mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 22:23:56 +00:00
Merge commit '7280cc5ea5663c2f2984a247550c34f4ae759897'
This commit is contained in:
commit
7ee913d7a5
@ -200,7 +200,7 @@ class BpmnSpecMixin(TaskSpec):
|
||||
|
||||
for obj in self.data_input_associations:
|
||||
# Remove the any copied input variables that might not have already been removed
|
||||
my_task.data.pop(obj.name)
|
||||
my_task.data.pop(obj.name, None)
|
||||
|
||||
super(BpmnSpecMixin, self)._on_complete_hook(my_task)
|
||||
if isinstance(my_task.parent.task_spec, BpmnSpecMixin):
|
||||
|
Loading…
x
Reference in New Issue
Block a user