Steps to Reproduce
- execute the attached process
- observe the execution metrics
Problem
The attached process has three elements including a MI User Task with Loop Cardinality 3. When I execute the process I would expect a FNI count of 5 but observe an FNI count of 6.
Hint
As execution metrics tracking is implemented through ExecutionListeners, it counts parent multi instance execution plus child executions. This is why the counter is always +1 than expected. Technically correct but hard to understand from a user perspective.