When creating a flowRun with more then one task then I get an error Invalid State Machine Definition: 'MISSING_TRANSITION_TARGET at /.
The Problem is that the aslGenerator adds the same taskOutput handler for each Task which is not possible. The taskOutput handler needs to be unique
When creating a flowRun with more then one task then I get an error
Invalid State Machine Definition: 'MISSING_TRANSITION_TARGET at /
. The Problem is that theaslGenerator
adds the same taskOutput handler for each Task which is not possible. The taskOutput handler needs to be unique