|
How do you use the "End message event" to send a message at the end of the process to one of the users of a lane? Thanks |
|
The End message is not used to send messages to users but to trigger other processes (i.e. start a new process) and passing a set of parameters to them. The sending of a message in BPMN is usually represented by a Service Task that has to be implemented with the sending operation (i.e. a SMS message, an email etc.). |
