CQ Workflow, purpose of “Handler Advance”?
问题 I am working with some custom WorkflowProcess classes in Adobe CQ 5.4 When I configure the workflow step as part of my workflow model, there is an checkbox entitled "Handler Advance, Check if your handler will advance to the next step" My Java classes do in fact progress the workflow (and sometimes terminate the workflow). i.e. workflowSession.complete(workItem, routes.get(0)); workflowSession.terminateWorkflow(workItem.getWorkflow()); Given that this custom WorkflowProcess performs these