modernized system_service workflows
This commit is contained in:
parent
2d953718c0
commit
e0028de1f0
|
@ -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()"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue