kreuzwerker / DKT.flows-engine

Apache License 2.0
0 stars 0 forks source link

Creating a FlowRun with more then one Task does not work #110

Closed johipsum closed 6 years ago

johipsum commented 6 years ago

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