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
There's an existing issue that's been already reported: StackStorm/orquesta#247
Let me know if you'd like to close this one or that one to avoid duplicates.
SUMMARY
Two YAQL's methods for dict type are broken:
keys()
anditems()
.STACKSTORM VERSION
Paste the output of
st2 --version
:OS, environment, install method
Standard installation on Centos 7. The issue confirmed on a test instance by Carlos. His test instance is running st2 3.7.0.
Steps to reproduce the problem
Meta:
Orquesta workflow:
Expected Results
One iteration of task1 to be executed successfully.
According to YAQL docs: https://yaql.readthedocs.io/en/latest/standard_library.html#keys and https://yaql.readthedocs.io/en/latest/standard_library.html#items - both methods should allow you to iterate over items.
I believe this is some kind of regression bug, as this approach used to work on st2 3.4.1. Some time after that it got broken.
Actual Results
P.S. For those who run into the same issue, there is a workaround:
The text was updated successfully, but these errors were encountered: