Could you review my process?

Dear colleagues!

Could you review my diagram? Do you consider it is correct? The most thing a have doubts about is when event subprocess throws a message to a process within the same pool. Is it ok?

Is this intended for execution or for documentation purposes?

It is intended for execution purposes

So you’re right in having a concern about the message event it wont work this way. Messages must always be sent out of scope from the sender.

Instead you could use a conditional event or a signal event to trigger exiting the sub process.

1 Like