You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send input of task as an array it will send command instead of value of it
for example I send input of workflow { hello: { world: [ "world" ] } }
so I want data in an array to be input for task { "hello": "${workflow.input.hello.world[0]}" }
but instead I get "world" we get "${workflow.input.hello.world[0]}" as input of task
The text was updated successfully, but these errors were encountered:
When I send input of task as an array it will send command instead of value of it
for example I send input of workflow
{ hello: { world: [ "world" ] } }
so I want data in an array to be input for task
{ "hello": "${workflow.input.hello.world[0]}" }
but instead I get
"world"
we get"${workflow.input.hello.world[0]}"
as input of taskThe text was updated successfully, but these errors were encountered: