I would like to ask if a message can be exchanged between 2 lanes (participants) within the same pool or if I must create a 2nd pool in order to exchange messages in the same process.
In the following case which way do you consider the most appropriate in order to inform (by sending an automated email with Camunda) User B about the new pending task (“Do Task B”)** ?
Assume that “Do Task B” must be assigned to multiple users.
Hey @steftriant
if you execute your process with Camunda, the workflow engine is your pool. Hence the Engine is responsible for assigning the tasks to the users. If you want to send an Email to the users you could attach listeners after your human tasks. So the person, who is assigned for task B will get an Email and the access to Tasklist to complete the task.