removed unnecessary and wrong tasks at the end of workflow
This commit is contained in:
parent
b88837df53
commit
887bf83277
|
@ -95,29 +95,6 @@
|
|||
"Authorization" : "Bearer ${authorize.output.body.access_token}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "pyrest",
|
||||
"taskReferenceName" : "list_realm_components",
|
||||
"type" : "SIMPLE",
|
||||
"inputParameters" : {
|
||||
"url" : "${init.input.keycloak_admin}/components",
|
||||
"method" : "GET",
|
||||
"headers" : {
|
||||
"Authorization" : "Bearer ${authorize.output.body.access_token}",
|
||||
"Accept" : "application/json"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LAMBDA_TASK",
|
||||
"taskReferenceName": "find_component_by_type",
|
||||
"type": "LAMBDA",
|
||||
"inputParameters": {
|
||||
"path" : "${init.output.result}",
|
||||
"components" : "${list_realm_components}",
|
||||
"scriptExpression": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue