How to use Camunda BPMN Send task and Receive Task?

I’m new to Camunda and am encountering a problem. In this process I would like to run the message task ‘CANCEL ACTIVITY’ my other activity ‘ACTIVITY 2’ was closed by boundery event. I read thatit is recommended to use the javadelegate, but as my knowledge in Java are beginner I am unable to move. Can you help me?I thank your cooperation!teste.bpmn (7.6 KB)

Hi,

Are you interested in how to implement a JavaDelegate or which API you have to use to trigger a message event? Have you already done the BPMN getting started tutorial? It shows you how to implement a JavaDelegate. The BPMN Implementation Reference is useful to understand the APIs to interact with processes at runtime. And there are plenty of examples in the examples repository.

If you are completely new to Java, you may have a hard time dealing with two new technologies at once, Java and Camunda. Perhaps it makes sense to first gain some experience with Java and Java application development and then look into Camunda.

Cheers,
Thorben