modernized system_service workflows

master
Marco Lettere 7 months ago
parent 2d953718c0
commit e0028de1f0

@ -59,7 +59,7 @@
"inputParameters": {
"evaluatorType" : "javascript",
"client_location" : "${create_client.output.headers.location}",
"expression": "var client_id = $.client_location.split('/').pop(); functio f(){return {'client_id' : client_id}}; f()"
"expression": "var client_id = $.client_location.split('/').pop(); function f(){return {'client_id' : client_id}}; f()"
}
},
{

Loading…
Cancel
Save