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
If we were to test this using the orquesta test, this would fail due to the items from the with items call within the with_items_task_example task. The error would be - ERROR - list assignment index out of range.
I am guessing that orquesta when running the test doesn't properly handle the list. Where as if you were to run this in st2 it would run without a hitch.
The text was updated successfully, but these errors were encountered:
Let's say that you have a workflow:
example_workflow.yaml
You can try to write the following workflow test:
workflow_test.yaml
If we were to test this using the orquesta test, this would fail due to the items from the with items call within the
with_items_task_example
task. The error would be- ERROR - list assignment index out of range
.I am guessing that orquesta when running the test doesn't properly handle the list. Where as if you were to run this in st2 it would run without a hitch.
The text was updated successfully, but these errors were encountered: