Replies: 2 comments 2 replies
-
This by design as per the documentation https://docs.stackstorm.com/orquesta/languages/orquesta.html#with-items-model
I am not aware of being able to change this behaviour. A workaround would be to write an action iterator that loops over the list. Here's an example (untested)
|
Beta Was this translation helpful? Give feedback.
-
I misunderstood what you were actually asking from the initial question. The behaviour you describe seems like it could be a bug. At the very least, a concurrency of 1 should have the same behaviour as any other concurrency value when it comes to executing the list of elements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I usually use with - items statement for parallel process. However, a failed job with
concurrency: 1
config causes that task cannot go ahead with the remained items.This is my sampe code. if
svr1
is failed, the remained 2 items cannot run as workflow is terminated immediately.I am wondering this is intended and would like to know a way to avoid this situation.
Beta Was this translation helpful? Give feedback.
All reactions