How to set multiInstance loop characteristics at runtime

Hi,

Can isSequential attribute for multiInstanceLoopCharacteristics be set during process launch.

We have a requirement wherein we have a multi-instance user task in the template. Now we need a ability to launch the same template either in Sequential or Parallel way depending upon user choice during launch. Is this possible ? If yes please suggest how. We cannot go with 2 different template way.

Thanks and Regards.

No, the parallel or sequential behavior gets decided at parsing time. The only way to do what you want is to have an exclusive gw before two different multi instance tasks.