mistral/mistral/engine
Winson Chan 16b54d8766 Cascade pause from pause-before in subworkflows
When a workflow is paused by pause-before, the state will cascade down
to other subworkflows and up to parent workflow.

Change-Id: Ied178fe08f8308455bf05b3168635a3b69799cec
Closes-Bug: #1700196
2017-08-07 21:02:15 +00:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
action_handler.py Allow async action execution to be paused and resumed 2017-08-02 19:02:33 +00:00
action_queue.py Add option to run actions locally on the engine 2017-04-27 20:02:27 +00:00
actions.py Merge "Allow async action execution to be paused and resumed" 2017-08-04 05:07:31 +00:00
base.py Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
default_engine.py Allow async action execution to be paused and resumed 2017-08-02 19:02:33 +00:00
dispatcher.py Add hide_args=True to @profiler.trace() where it may cause problems 2017-05-12 15:22:46 +07:00
engine_server.py Allow async action execution to be paused and resumed 2017-08-02 19:02:33 +00:00
policies.py Cascade pause from pause-before in subworkflows 2017-08-07 21:02:15 +00:00
task_handler.py Cascade pause and resume to and from subworkflows 2017-08-07 20:40:15 +00:00
tasks.py Allow async action execution to be paused and resumed 2017-08-02 19:02:33 +00:00
utils.py Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
workflow_handler.py Cascade pause and resume to and from subworkflows 2017-08-07 20:40:15 +00:00
workflows.py Cascade pause and resume to and from subworkflows 2017-08-07 20:40:15 +00:00