I am new to Camunda/zeebe BPM. I am using the send-email workflow provided by Zeebe to test and play around. I am able to start the process from spring boot application and able to get the instance id information. I want to pass the message content which is defined in the user task using a RestAPI call to my custom spring boot application. It would be great if anyone can point in the right direction on the following
- How to pass the variable input to the user task from a spring boot application?
- Is there API to get the list of active task for a given instance id (for Zeebe)
- Is it possible to make a REST API call to Zeebe directly to provide the input for the human task with help of instance id.
Also can you point some details on how to do with Camunda server instead of Zeebe.