mistral/mistral/services
Lingxian Kong 54a8e30406 Support workflow id in execution operations
Workflow UUID will be used in Mistral instead of workflow name, which is
not unique in the system. So, we need to support using workflow UUID in
execution operations.

Partially implements: blueprint use-workflow-id-in-rest-api
Change-Id: I1b83eb75aa89484235e2150ab4f111da4ea766b7
2016-02-04 23:59:12 +13:00
..
__init__.py Added periodic events 2013-12-05 19:01:22 +04:00
action_manager.py Merge "Adding callback url to action context" 2015-11-18 09:51:27 +00:00
actions.py Wrap sync_db operations in transactions 2015-11-16 15:33:02 +00:00
executions.py Support workflow id in execution operations 2016-02-04 23:59:12 +13:00
expiration_policy.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
periodic.py Ensure only one WF execution for every CT cycle 2015-11-16 21:56:54 +00:00
scheduler.py Fixing execution saved in wrong tenant 2015-12-08 15:54:03 +00:00
security.py Fixed lack of context for triggers 2015-08-19 13:32:59 +03:00
triggers.py Support workflow UUID when creating cron trigger 2016-01-09 11:36:40 +08:00
workbooks.py Action definition updated, when workbook is created. 2015-10-14 04:29:59 +00:00
workflows.py Allow env update on resume and rerun workflows 2016-01-11 20:52:48 +00:00