nipype icon indicating copy to clipboard operation
nipype copied to clipboard

Workflow run return status

Open sulantha2006 opened this issue 2 years ago • 1 comments

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

sulantha2006 avatar Nov 03 '23 19:11 sulantha2006

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.

effigies avatar Nov 03 '23 19:11 effigies