number

Get the instance number

Hi everyone,

I have a task which is iterative using a list. I need a variable which indicates the number (id) of the active instance of the task (1 for the first instance, 2 for the second instance, ...)

Is there any way I can have that variable ?

Maybe using the sequential multi-instantiation and the variable set to numberOfCompletedInstances +1 ? Is there a solution for the parallel multi-instantiation?

Thank you :)

Notifications