We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266747 commit a71606eCopy full SHA for a71606e
SpiffWorkflow/bpmn/specs/mixins/inclusive_gateway.py
@@ -122,6 +122,7 @@ def check(spec):
122
return complete
123
124
def _run_hook(self, my_task):
125
+ UnstructuredJoin._run_hook(self, my_task)
126
matches, defaults = self._get_matching_outputs(my_task)
127
if len(matches + defaults) == 0:
128
raise WorkflowTaskException('No conditions satisfied on gateway', task=my_task)
0 commit comments