Merge branch 'main' of github.com:sartography/spiff-arena
This commit is contained in:
commit
314f7de40a
|
@ -200,7 +200,7 @@ class BpmnSpecMixin(TaskSpec):
|
||||||
|
|
||||||
for obj in self.data_input_associations:
|
for obj in self.data_input_associations:
|
||||||
# Remove the any copied input variables that might not have already been removed
|
# 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)
|
super(BpmnSpecMixin, self)._on_complete_hook(my_task)
|
||||||
if isinstance(my_task.parent.task_spec, BpmnSpecMixin):
|
if isinstance(my_task.parent.task_spec, BpmnSpecMixin):
|
||||||
|
|
Loading…
Reference in New Issue