I can't resolve an incident caused by the input collection for a sequential multi-instance #6952
Labels
kind/bug
Categorizes an issue or PR as a bug
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
severity/mid
Marks a bug as having a noticeable impact but with a known workaround
Describe the bug
The process instance is stuck after resolving an incident of a sequential multi-instance subprocess.
The sequential multi-instance subprocess iterates over an input collection with more than one element. The value of the input collection is modified (e.g. change the type of the variable) before the first inner instance is completed (e.g. by completing a job/service task). If the inner instance is completed then an incident is created.
I can fix the input collection variable and resolve the incident. But the process instance doesn't continue. It doesn't create a new inner instance for the next element in the input collection.
To Reproduce
= items
item
{"items":[1,2,3]}
items
to"not a list"
(some value that is not a list)items
back to{"items":[1,2,3]}
Expected behavior
The process instance continues and creates a new inner instance for the next element in the input collection after the incident is resolved.
Log/Stacktrace
No log or stacktrace.
Environment:
1.0.0-alpha7
The text was updated successfully, but these errors were encountered: