deb-mistral/mistral/workflow
Winson Chan 55540e116e Replace copy.copy with copy.deepcopy
The function copy.copy only copies reference and so if the object has dict
or nested dicts, these instances can be modified by code that has reference
to the original dict.

Change-Id: Ib2680f09b5a5d45fd7180e95ab5fedef05664c5b
Closes-Bug: #1503851
2015-10-07 19:55:31 +00:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
commands.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
data_flow.py Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
direct_workflow.py Raising exception if there aren't start tasks in direct workflow 2015-09-08 15:58:03 +06:00
reverse_workflow.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
states.py Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
utils.py Add YAQL function 'task' to extract info about task in DSL 2015-09-08 19:11:11 +06:00
with_items.py Fix more unit tests in py34 job 2015-10-01 15:09:40 +03:00