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
Hi @sebastianroesch - nested foreach-es should work. However, foreach is really a prototype feature right now, so this might be a bug. I will look into it.
I have a workflow with a nested
foreach
.The workflow passes validation, the following call does not return any output:
Creating the workflow works:
When running the workflow with
curl ${FISSION_ROUTER}/fission-function/nested
it fails with
input 'do' is not a validType type (expected: [fission.workflows.types.TaskSpec], was: string)
Are nested
foreach
supported? Or is there something wrong with my workflow definition?nested.wf.yaml
:The text was updated successfully, but these errors were encountered: