diff --git a/templates/add_workspace_client_to_context.json.j2 b/templates/add_workspace_client_to_context.json.j2 index f5e2265..e9c2150 100644 --- a/templates/add_workspace_client_to_context.json.j2 +++ b/templates/add_workspace_client_to_context.json.j2 @@ -196,6 +196,19 @@ "Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}" } } + }, + { + "name" : "pyrest", + "taskReferenceName" : "check_workspace_to_vre_folder", + "type" : "SIMPLE", + "inputParameters" : { + "url" : "${init.input.storagehub}/workspace/vrefolders", + "method" : "GET", + "headers" : { + "Accept" : "application/json", + "Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}" + } + } } ] }