Skip to content

Commit a71606e

Browse files
committed
make sure run hook for join executes in inclusive gateway
1 parent 5266747 commit a71606e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SpiffWorkflow/bpmn/specs/mixins/inclusive_gateway.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def check(spec):
122122
return complete
123123

124124
def _run_hook(self, my_task):
125+
UnstructuredJoin._run_hook(self, my_task)
125126
matches, defaults = self._get_matching_outputs(my_task)
126127
if len(matches + defaults) == 0:
127128
raise WorkflowTaskException('No conditions satisfied on gateway', task=my_task)

0 commit comments

Comments
 (0)