-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
Creating a workflow that includes a "with-items" task that uses a valid YAQL statement to supply a list to the input of the task fails. It appears that the workflow will not longer properly evaluated the YAQL prior to running the task.
The following task config does not work:
withitem_task:
with:
items: <% ctx(dict_obj).keys() %>
action: core.noop
Using the exact same YAQL statement in the publish statement of a prior task will generate a proper array and works as expected when referenced from the context in the "items" section.