Hello!
I am currently in the making of a Camunda BPMN flow and with the help of the Zeebe java client dependency I am communicating with it programmatically.
I am almost done. However, in the flow there are time when I want to be able to have a “go back” button and when the user clicks it the job instance should go back to the previous service task.
I have read through the documentation but so far I have not found a possible solution on how to do this.
Right now I am using the ActivatedJob object to keep track of the right job and the JobClient object to signal that a task is done.
Any ideas?