modernize create-user-add-to-vre

This commit is contained in:
Marco Lettere 2023-10-12 18:07:10 +02:00
parent 6599eca219
commit 021304f651
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
"foundusers": "${lookup_user.output.body}",
"username": "${workflow.input.user}",
"evaluatorType" : "javascript",
"scriptExpression": "function f(){for(var i=0; i < $.foundusers.length;i++){if($.foundusers[i]['username'] == $.username) return $.foundusers[i]}} f()"
"expression": "function f(){for(var i=0; i < $.foundusers.length;i++){if($.foundusers[i]['username'] == $.username) return $.foundusers[i]}} f()"
},
"type": "INLINE"
},