-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 5.0.0
-
Component/s: Workflow API Libraries
-
None
The --json option added to pegasus-plan/run (https://jira.isi.edu/browse/PM-1474) needs to be added to the python api client code.
It is already added to `Workflow.run()`, however that will only print json to stdout and now actually return a python dict due to the `@_chained` decorator.