Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式查找在 AEM 实例中运行的可用工作流实例。
com.adobe.granite.workflow.WorkflowSession您可以通过使用从界面中找到工作流会话中的所有工作流Workflow[] workflows = wfSession.getAllWorkflows()
com.adobe.granite.workflow.WorkflowSession
Workflow[] workflows = wfSession.getAllWorkflows()
您可以使用接口com.adobe.granite.workflow.exec.Workflow getState()方法获取工作流状态。有关更多信息,您可以查找工作流 api 文档。
com.adobe.granite.workflow.exec.Workflow
WorkflowSession API CQ 5.6
工作流会话 API AEM 6.1
工作流会话 API AEM 6.2