Example for CWL Workflow with parallel/concurrent processing

Hi,

I’m planning to use CWL in conjunction with htcondor. I was wondering if there is good example for describing parallel workflows like:

image

Best,
Thorsten

Hello and welcome @thorstenwagner .

In CWL workflow steps are connected in the graph by their dependencies. So if that picture is an accurate depiction of the dependencies between those steps then steps C and B will be available for parallel execution.