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
---
name: test_inputdescription: Test action to check input parameter would be handled correctlyrunner_type: orquestaentry_point: workflows/test_input.yamlenabled: trueparameters:
array_input:
type: array
An execution of following workflow would fail with this error message when user specifes an array of dict value.
Metadata file (test_input.yaml)
Orquesta file (workflows/test_input.yam)
Execution result
Environment of st2
Note
This problem was happend at calling YAQL method 'distinct' to evaluate array of dict value which was specified in 'items' parameter.
The text was updated successfully, but these errors were encountered: