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
		
	
	
		
			99 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			99 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
version: '2.0'
 | 
						|
 | 
						|
async_wf:
 | 
						|
  type: direct
 | 
						|
  tasks:
 | 
						|
    async_task:
 | 
						|
      action: std.async_noop
 |