Answered

Message not being received in my simulation

Hello,

I have being trying to run some simulations but I have been having problems with messages.

The simple example bellow shows how my messages are not being received and processed. What I'm doing wrong?

386b887df3da520244324c294c26ca7d

Tks

Alvaro

Comments (2)

photo
2

Dear Alvaro,

Bear in mind these considerations:

  • Tokens have not data associated, this affects the mapping of message, signal and link events:

oMessage events require message flows to map tokens. Download an example.

oLinks and Signal events are mapped based on their names. Make sure that throw and catch events share the same name.

For further information: http://help.bizagi.com/process-modeler/en/index.html?simulation_in_bizagi.htm

Regards

photo
1

Tks, It worked.