reanahub / reana-workflow-engine-cwl

REANA Workflow Engine CWL
http://reana-workflow-engine-cwl.readthedocs.io/
MIT License
5 stars 37 forks source link

cwl: troubles with partial workflow execution #203

Open audrium opened 3 years ago

audrium commented 3 years ago

Investigate why partial workflow execution no longer works as expected.

$ reana-client run -f ./reana-cwl.yaml -w partial -o TARGET=gendata
...
partial.1 has been queued

$ reana-client logs -w partial                                     
==> Workflow engine logs
Workflow exited unexpectedly.
Not found: 'TARGET'

Also:

$ reana-client restart -w partial -o TARGET=gendata
Cannot start workflow partial: 
==> ERROR: Operational option "--target" not supported.

_Originally posted by @tiborsimko in https://github.com/reanahub/reana-workflow-engine-cwl/pull/192#discussion_r698425475_