Skip to content

Commit

Permalink
correct oversealous search and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
essweine committed Mar 4, 2024
1 parent cdf7fc4 commit 32c00e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpiffWorkflow/bpmn/specs/bpmn_task_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _on_complete_hook(self, my_task):

for obj in self.data_input_associations:
# Remove the any copied input variables that might not have already been removed
obj.delete(my_task)
my_task.data.pop(obj.bpmn_id, None)

super()._on_complete_hook(my_task)

Expand Down

0 comments on commit 32c00e4

Please sign in to comment.