Hi @Arsh_Baghel
Please make sure in your XML view of your model that you have conditionExpression as sub-element of your sequence flow element. As in below example from camunda docs
I am using REST-APIs to complete the the business processes .
I always use " /task/{anId}/complete " to complete a task .
But , when I try to complete a task (of Stage 2 (in my BPM model ) ) without necessary conditions to go to the next task , it disappears from /task (list) and no next tasks (of stage 4 or 5) is visible.
So my question is " should I use /complete or /submit-form to complete a task ? " .