Remove addition of a new task execution to task_executions collection

Change-Id: Ifddfdd3facc8df8b960eaf0b716354e8220511a6
Closes-Bug: #1745548
This commit is contained in:
Renat Akhmerov 2018-01-26 12:22:31 +07:00
parent 70d5cc3f31
commit 2ddb656985

View File

@ -290,10 +290,6 @@ class Task(object):
self.task_ex = db_api.create_task_execution(values)
# Add to collection explicitly so that it's in a proper
# state within the current session.
self.wf_ex.task_executions.append(self.task_ex)
self.created = True
def _get_action_defaults(self):