Hello,
with the help of camunda 8 documents i created one approval workflow by using operate and tasklist it is working fine.
then i move to zeebe client in springboot. i created simple jobworker that is also worked in springboot.
now i want start instance to complete task(user task, complete task) by using only zeebe in springboot. can you provide me the refrences here or Github link.
Thanks in advance.
Hi Team, i wrote some code for userTask.
we can do in zeebe is this right way ? if not
please help me here i did not get proper link or solution.
Thanks
Hi @Supriya,
you have to use the job key to complete the job. Even if it is a User task, under the hood it is still a job.
Hope this helps, Ingo