Invoke is expecting the query to yield only one item #240
Replies: 3 comments 2 replies
-
Can you please elaborate on your example. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Please see docs @ https://bpmnserver.github.io/docs/examples/signal-throw-catch/ |
Beta Was this translation helpful? Give feedback.
-
Hello @ralphhanna,
Hope you are doing well.
Is there any reason on why we are restricting the invoke() function to invoke only one item at a time ? As we are expecting the query to be passed to the invoke function, shouldn't we allow to invoke multiple items in a single go ?
The question is because, we have a group being used at multiple level in a inclusive gateway and we want to invoke the tokens from all the path once we satisfy the condition.
Attached the piece of code below, which is actually blocking the multi invoke option. Could you please suggest any workaround / provide an option to invoke the multiple items / tokens ?
Thank You !!
Beta Was this translation helpful? Give feedback.
All reactions