Currently the StopActor is gathering all outputs and decides what to keep. This causes problems with more advanced workflows.
The error handler is connected to the stop actor. Currently when the metadata arrives first, this is outData of the StopActor. When the error arrives first the exception is the output of the workflow.
This needs to be deterministic. Support ewoks' outputs and merge_outputs in the same refactoring effort.
Currently the
StopActoris gathering all outputs and decides what to keep. This causes problems with more advanced workflows.The error handler is connected to the stop actor. Currently when the metadata arrives first, this is
outDataof theStopActor. When the error arrives first the exception is the output of the workflow.This needs to be deterministic. Support ewoks'
outputsandmerge_outputsin the same refactoring effort.