Process Engine Advanced FeaturesProcess jump function The process jumps to the initiating node In the JumpProcess() method, specify the jump type as JumpStartup type: var wfService = new WorkflowService(); var result = wfService.JumpProcess(runner, JumpOptionEnum.Startup );