In the workflow if output artifacts are specified as mandatory then the workflow continues to execute.
Steps to follow:
- Create a workflow with an output artefact as mandatory (artefact must not be output by model)
- Send data to MONAI
Expected Behaviour
Workflow Instance marked as failed because mandatory output from Task does not exist. Task should be marked as Failed with a reason and next Task not dispatched
Actual Behaviour
Workflow Instance marked as passed and Task as Succeeded