deb-mistral/mistral/workflow
Anastasia Kuznetsova 7d4fb7dbc2 Fix work of task() without task name within on-clause cases
Information about current task was removed from context too early.
As a result, it wasn't possible to get needed info from db during
task() yaql function processing without given task name.

Method "remove_current_task_from_context" was renamed to
"remove_internal_data_from_context" to have an ability to
use it in future for more common needs.

Change-Id: I14ba7b791b0ac7055f8c2cec3065833c60589c10
Closes-Bug: #1664625
2017-04-03 09:39:54 +00:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
commands.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
data_flow.py Fix work of task() without task name within on-clause cases 2017-04-03 09:39:54 +00:00
direct_workflow.py Fix work of task() without task name within on-clause cases 2017-04-03 09:39:54 +00:00
lookup_utils.py Fix memory leak related to cached lookups 2017-02-17 19:23:39 +07:00
reverse_workflow.py Publish/output in case of task/workflow failure 2016-10-10 10:00:48 +02:00
states.py Add cancelled state to action executions 2016-11-16 19:34:04 +07:00
utils.py Refactor RPC serialization: add polymophic serializer 2017-02-14 13:19:43 +07:00