Hi everyone.
I’m currently working on laravel web application and using community-maintained PHP library for interacting with the Zeebe API. I’m able to start instance and complete some service task and reflected into the camunda cloud workflow. Unfortunately I’m stuck on the UserTask completion.
My expected result will be:
- When users fill in form (Web application form) and click submit button, it will complete the UserTask (submit form 9) and the green indicator move to the next flow (UserTask - make payment).
Any suggestion of best practices are welcome. Thanks in advance!
This is the example of my workflow: