If the workflow has 3 service task steps ( step-1,step-2 and step-3) and one script task. In a script task we want to control the workflow execution in a way if some condition is true then skip step-1 and step-2 of a workflow.
Could we achieve this use case using some API in activiti?