db428c0858
Add --namespace flag to workflow and execution operations. Also Add Namespace and Workflow namespace to the tables the users gets after some cli calls. Partially-Implements: blueprint create-and-run-workflows-within-a-namespace Change-Id: Ieb7302870520f5491e94a9bf6759082e2aa4a450
9 lines
98 B
YAML
9 lines
98 B
YAML
---
|
|
version: '2.0'
|
|
|
|
middle_wf:
|
|
type: direct
|
|
tasks:
|
|
hello:
|
|
workflow: lowest_level_wf
|