modernized system_service workflows

This commit is contained in:
Marco Lettere 2023-10-13 10:11:34 +02:00
parent 2d953718c0
commit e0028de1f0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
"inputParameters": { "inputParameters": {
"evaluatorType" : "javascript", "evaluatorType" : "javascript",
"client_location" : "${create_client.output.headers.location}", "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()"
} }
}, },
{ {