I have this workflow:
It's a simply workflow with three approver, I want that when third approve reject workflows and other approver resumit this flow it start again with approve one.
At this moments if approver 3 reject workflow it send to second approve and when second resumit, it sended to third but I want if somebody resubmit the workflow starts again.
Now I cancel workflow and start again but It create a new workflow and I want to continue with the same.
WorkflowCancelManager::cancelWorkflows(WorkflowCancelManager::getWorkflowsToCancel(_args.caller()), initialNote);
workflowCorrelationId = Workflow::activateFromWorkflowType(workflowTypeName, recId, initialNote, NoYes::No);
is there any way for when a resubmit the workflow start with the same flow?
Thanks
*This post is locked for comments