Can a task wait for catch event to occur?

I have a process like this:
PROCESS 1
Start → Throw MessageCatch Message → Task1 → end

And another like this:
PROCESS 2
CatchEventStartTask12ThrowEventEnd

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.

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… :slight_smile:

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

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

regards

Process 2
photo Capture2_zpseoxjhhh2.png

Process 1
photo Capture_zps0hulpsul.png