Fix "WorkflowRuntimeError: Error in step 'step_two': 'LoopEvent' object has no attribute 'intermediate_result'"
#42
by
delmaass
- opened
When the step 1 returns a LoopEvent
, it should go back to step 1 and not to step 2 which code can only handle a ProcessingEvent
.