-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels
