I have two processes wich comunicate as follows : When process_1 ends (done by Actor_1), process_2 starts (By actor_2).
My problem is, once in the portal, actor_2 must Launch process_2 to get the information sent by process_1 and can start process_2, So he doesn’t find “Do it” Notification as when two tasks executed by two diffirent users , comunicate in the same process.
To resume i want that actor_2 get the notification “Do it” , and not be oblige to start process_2 manually !
Thank you
Hello
What is the end event you are using in process_1 ?
What is the start event you are using in process_2 ?
Have you tried ending process_1 with a message end event and process_2 with a message start event, linking one to the other ?
Cheers,
RP
I do have those two events and it works thank you
Hello,
The end of process_1 is a form that i send to process_2. More details : the end of process_1 is an event “Send Message” and the begin of process_2 is an event “Receive Message”. So i just link the two events and i didin’t put a “Start event” at the begining of Process_1.
And i am using the community version so i think i don’t have the Message end event and the message start event !