cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Instances without Synchronization

b_schnarr
Champ in-the-making
Champ in-the-making
Hello at all,

I ask myself if it possible to define a Multi-Instance Task without synchronization according to the van der Aalst workflow pattern 12 (http://www.workflowpatterns.com/patterns/control/multiple_instance/wcp12.php).

So the idea is that the subsequent flow can be executed in parallel with the multi instance task?
Is this possible by setting the "asynchrounous" property of a multi instance task?

Thanks an best regards
Ben
4 REPLIES 4

b_schnarr
Champ in-the-making
Champ in-the-making
Another question to this topic: can I change the loop cardinality of a multi instance task after this task has been instanciated?

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
parallel multi-instance asynchronous task makes the job.

Regards
Martin

b_schnarr
Champ in-the-making
Champ in-the-making
Thanks. Can I change the loop cardinality of a multi instance task after this task has been instanciated?

b_schnarr
Champ in-the-making
Champ in-the-making
I succeeded in changing the loop cardinality of the multi instance task after the multi instance task was startet with a script task. The process looks like this: https://www.dropbox.com/s/u8nm66x9az7ws9v/pattern15%20.PNG?dl=0

Related workflow pattern is Pattern WCP-15 (Multiple instances without a priori run-time knowledge)