Proper way to model multiple instance call activity

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2011 01:16 PM
Not sure this is the correct place to ask this…
I'm using Explorer for model development, and I'm trying to model a situation where a call activiti is executed multiple times (multi-instance). The goal is to execute multiple call activities (not embedded sub-processes, but processes that exist on their own) and have the calling (parent) process wait for all these executed processes to complete. So, my questions are perhaps two-fold:
1) Can this be modeled correctly via Explorer (or graphically at all)?
2) Is there an example of this you can point me to?
Thanks
I'm using Explorer for model development, and I'm trying to model a situation where a call activiti is executed multiple times (multi-instance). The goal is to execute multiple call activities (not embedded sub-processes, but processes that exist on their own) and have the calling (parent) process wait for all these executed processes to complete. So, my questions are perhaps two-fold:
1) Can this be modeled correctly via Explorer (or graphically at all)?
2) Is there an example of this you can point me to?
Thanks
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2011 02:14 AM
1) how do you mean using Explorer? Explorer is the task mgmt app.
2) There is definitely unit test of calling a call activity in a multi instance in the source code. I do not remember if the default behavior is to wait or to continue when calling the process.
2) There is definitely unit test of calling a call activity in a multi instance in the source code. I do not remember if the default behavior is to wait or to continue when calling the process.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2011 03:12 AM
you could create an embedded subprocess with al callactiviti and e.g. a receive task and make that multi instance

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2011 12:27 PM
Yikes, I didn't mean explorer, I meant the eclipse designer… so yeah, this is the wrong forum. 🙂
I'll keep trying, if I don't get anywhere when 5.7 comes out, I'll post in the correct forum. Thanks
I'll keep trying, if I don't get anywhere when 5.7 comes out, I'll post in the correct forum. Thanks

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2011 12:45 PM
So, just to close this thread…. and answer my own question, In activiti designer you can create the call activity, then go to the 'multi-instance' tab for that activity and start setting variables. It won't change how the model looks, but the xml is correct.
I'm not sure how a 'multi-instance call-activity' "should" look in a BPMN diagram, but at least I can make one.
I'm not sure how a 'multi-instance call-activity' "should" look in a BPMN diagram, but at least I can make one.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2011 03:39 AM
I'm not sure how a 'multi-instance call-activity' "should" look in a BPMN diagram, but at least I can make one.
Like a normal call activity but with two vertical dashes at te bottom. As is described in te specs
