Multiple Instances without Synchronization

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2015 09:06 AM
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
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
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2015 09:38 AM
Another question to this topic: can I change the loop cardinality of a multi instance task after this task has been instanciated?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 03:12 AM
Hi,
parallel multi-instance asynchronous task makes the job.
Regards
Martin
parallel multi-instance asynchronous task makes the job.
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 03:34 AM
Thanks. Can I change the loop cardinality of a multi instance task after this task has been instanciated?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2015 10:53 AM
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)
Related workflow pattern is Pattern WCP-15 (Multiple instances without a priori run-time knowledge)
