Merge commit '7280cc5ea5663c2f2984a247550c34f4ae759897'

This commit is contained in:
burnettk 2023-01-04 08:28:48 -05:00
commit 7ee913d7a5
1 changed files with 1 additions and 1 deletions

View File

@ -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):