removed unnecessary and wrong tasks at the end of workflow

master
Marco Lettere 1 year ago
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…
Cancel
Save