SpiffWorkflow icon indicating copy to clipboard operation
SpiffWorkflow copied to clipboard

Multiple Inputs to a Task

Open danfunk opened this issue 1 year ago • 1 comments

danfunk avatar Mar 14 '24 19:03 danfunk

We have a tendency to run into issues when we try to connect multiple inputs to a single task. These errors go away if we introduce a gateway and direct the lines into that instead.

For instance, this diagram will run into an infinite recursion error as it tries to predict which task states (ready/future/likely/) ...

Image

But this small change removes the issue.

Image

We propose automatically adding these gateways when parsing the diagram so that the simpler form will work.

danfunk avatar Mar 14 '24 19:03 danfunk