This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
i think you need have an previous step to generate the 'iteration', to read a JSON, file, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get a simple DO_WHILE task to work in a workflow. I am always getting this error:
Task *** failed with status: FAILED and reason: 'Unable to evaluate condition if ($.LoopTask[iteration] < $.value ) { true; } else { false; }, exception ReferenceError: "iteration" is not defined in at line number 1'
I have tried Conductor v3.15.0 and v3.10.0 with the same results. Any idea what I am doing wrong?
My example workflow definition:
Beta Was this translation helpful? Give feedback.
All reactions