deploy group_created fix

This commit is contained in:
Marco Lettere 2021-11-25 15:04:42 +01:00
parent 5d2a945047
commit f4ee98c531
1 changed files with 3 additions and 3 deletions

View File

@ -491,10 +491,10 @@
{ {
"name": "sub_workflow_task", "name": "sub_workflow_task",
"taskReferenceName": "call_enable_workspace_clients_for_context", "taskReferenceName": "call_enable_workspace_clients_for_context",
"subWorkflowParam": {
"name": "add_workspace_client_to_context"
},
"inputParameters": { "inputParameters": {
"subWorkflowParam": {
"name": "add_workspace_client_to_context"
},
"context" : "${workflow.input.group}" "context" : "${workflow.input.group}"
}, },
"type": "SUB_WORKFLOW" "type": "SUB_WORKFLOW"