Hello all,
I have been using ModuleRunner to sequentially run different workflows that have a dependency on eachother (Workflow A produces a data extract which workflow B uses for further analysis). If it can run these two modules without error it will produce a data stream moving through the top output. If a workflow results in an error it will produce a data stream moving through the bottom output.
In the attachement below: The selected union produces 0bytes of data if it's a succes. As soon as it produces 1 byte of data (or more) I want the workflow to have an error in it but still continue to the next union adding a date-time to the output. Anyone know of a simple solution to this?