Re: [BPMN Forum] Modeling a scheduled activity

2 views
Skip to first unread message

Neal McWhorter

unread,
Mar 17, 2013, 6:51:40 PM3/17/13
to bpmnforum
Eric,

You're right to use a parallel gateway to merge the incoming event and the time event and wait for both. But your flow is not valid because you can't start a flow at an intermediate event and both your "Receive A" and "Every 30 minutes" are intermediate events. Assuming you correct this to make the "Receive A" have a sequence flow from "Send A" to "Receive A" and made "Every 30 minutes" a start event the flow would be technically correct. But then it would mean that the timer begins as soon as the start event triggers and before the "Do something" activity begins. If I understand you correctly this isn't what you are looking for. 

If you really want this to be a single flow with a step that waits for the timer and the incoming message event you'll need to make a few changes. Because you want the time and the wait for the incoming message to both be active in parallel you'll want to add another parallel gateway with an incoming flow from "Send A". Next you'll want an outgoing flow from that new gateway to both "Receive A" and "Every 30 minutes". That way you'll be listening for both the incoming message and running the timer simultaneously and the second parallel gateway will wait for both to finish.

I hope this helps!


On Fri, Mar 15, 2013 at 1:37 PM, Eric Provost <eric.3....@gmail.com> wrote:
Hello!

I'm looking for the appropriate way to model a scheduled activity in the middle of a process that is not executed until (1) the schedule occurs; and (2) some message is received from a client.

I used an AND gateway to merge the sequence flow with the timer event, but I'm not sure it is the right way to do it.



Thanks for your advices!

--
--
You received this message because you are subscribed to the Google
Groups "BPMN Forum" group.
Public website: http://www.bpmnforum.com
To post to this group, send email to BPMN...@googlegroups.com
To unsubscribe from this group, send email to
BPMNforum+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/BPMNforum?hl=en_US?hl=en
 
---
You received this message because you are subscribed to the Google Groups "BPMN Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to BPMNforum+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages