For the multiple instance activities, the following variables are created to control the instances:
nrOfInstances , nrOfActiveInstances , nrOfCompletedInstances and loopCounter.
Is there any mechanism for specifying the names of these variables? What would happen if user-defined variables were created with these same names? It might be nice to have these variables named in a manner where they are less likely to collide with user-defined variable names.