Can a task wait for catch event to occur?

1
0
-1

I have a process like this:
PROCESS 1
Start -> Throw Message -> Catch Message -> Task1 -> end

And another like this:
PROCESS 2
CatchEventStart -> Task12 -> ThrowEventEnd

So "Throw Message" sends a message to "CatchEventStart" then ** "Task12"** does something and in the end "TrhowEventEnd" **send a message to ** "Catch Message"

When I run process 1 instantly task 1 and task12 appears available to work, but what i want is to task1 to wait for the process 2 to end and the when message is catched by Catch Message the task1 to be available

Thanks for your help, is really great. I'm a beginner so maybe this is silly question to ask.

Comments

Submitted by Sean McP on Tue, 10/06/2015 - 17:09

No, this is a valid situation

question but to see what's happening can you post it via Dropbox/other sharing mechanism and I could have a look?

Diagram->Export

regards

PS. Before you ask - no I don't give out my email address... :)

Submitted by ffernandezc on Tue, 10/06/2015 - 17:45

In other words I want Task1 to wait until the catchmessage receives its message

Submitted by Sean McP on Tue, 10/06/2015 - 19:51

Yes I know that, can you share your diagram and I will look...

regards

Submitted by ffernandezc on Tue, 10/06/2015 - 20:05

Process 2
Capture2_zpseoxjhhh2.png

Process 1
Capture_zps0hulpsul.png

No answers yet.
Notifications