added create_workspace_client workflow

This commit is contained in:
Marco Lettere 2021-11-22 15:29:28 +01:00
parent 676f684630
commit 0cd1700bd6
1 changed files with 12 additions and 11 deletions

View File

@ -42,7 +42,7 @@
"name" : "fork_join",
"taskReferenceName" : "fork1",
"type" : "FORK_JOIN",
"forkTasks : [
"forkTasks" : [
[
{
"name" : "pyrest",
@ -56,6 +56,7 @@
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-Type" : "application/json"
}
}
},
{
"name": "LAMBDA_TASK",
@ -110,16 +111,16 @@
}
]
]
},
{
"name": "join",
"taskReferenceName": "join1",
"type": "JOIN",
"joinOn": [
"get_service_account_user",
"get_rootvo_roles"
]
}
},
{
"name": "join",
"taskReferenceName": "join1",
"type": "JOIN",
"joinOn": [
"get_service_account_user",
"get_rootvo_roles"
]
}
]
}