# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 cwlVersion: v1.2 class: Workflow inputs: [] outputs: [] steps: step1: in: [] out: [] run: step1.cwl step2: in: [] out: [] run: step2.cwl