Closed simleo closed 2 years ago
See https://github.com/ResearchObject/workflow-run-crate/issues/25#issuecomment-1285284303.
I did the simplest thing and mirrored CWL's arrangement: connections to workflow outputs go in the ComputationalWorkflow, other connections go in the relevant HowToStep.
ComputationalWorkflow
HowToStep
See https://github.com/ResearchObject/workflow-run-crate/issues/25#issuecomment-1285284303.
I did the simplest thing and mirrored CWL's arrangement: connections to workflow outputs go in the
ComputationalWorkflow
, other connections go in the relevantHowToStep
.