nipype
nipype copied to clipboard
Workflow run return status
Summary
When a workflow is completed, it would be helpful to have the workflow save its status (success, failed, success with errors etc...)
Actual behavior
Workflow run doesnt keep its status
Expected behavior
a return value or a status field that can accessed
The return value is the execution graph that allows you to access the result of any node (except IdentityInterfaces which are removed prior to run). If there's a failure, an exception will be raised.
Nipype is not likely to see any major changes in the future. Pydra is under active development, and design proposals can be made there.