mistral/mistral/tests/resources
Michal Gershenzon cbee740de5 Create and run a workflow within a namespace
Allow adding many workflows with the same name.
The way this works is by adding the new workflows under another
namespace.

Notice that:
  1. Namespaces are not part of the mistral DSL.
  2. When executing a workflow, the namespace passes down to the
     subworkflow.
  3. When searching for the sub-workflow definition -
     If no workflow was found in the given namespace, than the defualt
     namespace will be used.
  4. The default namespace is an empty string.
  5. The namespace property or the workflow execution will be under
     params

Partially-Implements: blueprint create-and-run-workflows-within-a-namespace

Change-Id: Id248ec5906a0899d188675d002b45f6249d36d90
2017-08-01 13:51:05 +00:00
..
for_wf_namespace Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
openstack Add "action_region" param for OpenStack actions 2017-05-16 14:06:56 +12:00
workbook/v2 Allow hyphens in Workflow and ad-hoc action names 2017-01-20 14:21:25 +00:00
action_jinja.yaml Add Jinja evaluator 2016-10-05 11:27:29 +00:00
action_v2.yaml Add Jinja evaluator 2016-10-05 11:27:29 +00:00
single_wf.yaml Fix update workflow by admin 2017-03-06 09:04:00 +00:00
wb_v1.yaml Removing left v1 related stuff (resources, DSL specs) 2015-04-08 17:10:22 +06:00
wb_v2.yaml Getting rid of task result proxies in workflow context 2016-04-05 17:47:47 +07:00
wb_with_nested_wf.yaml Add type to tasks API 2016-11-08 14:56:18 +00:00
wf_action_ex_concurrency.yaml Fix concurrency issues by using READ_COMMITTED 2015-12-09 08:01:38 +00:00
wf_jinja.yaml Add Jinja evaluator 2016-10-05 11:27:29 +00:00
wf_task_ex_concurrency.yaml Fix concurrency issues by using READ_COMMITTED 2015-12-09 08:01:38 +00:00
wf_v2.yaml Getting rid of task result proxies in workflow context 2016-04-05 17:47:47 +07:00