这是一个基本功能,我看到重复的问题,但不幸的是还没有明确的答案。
如何按执行顺序打印/列出给定流程(已完成/未完成)中的所有任务。
我在论坛上找到的两个解决方案按预期工作
repositoryService.getBpmnModel().getFlowElements() - Does not print in the order of execution . Printed in the order of definition
historyService.createHistoricActivityQuery - Does not print all Service task
我如何仅列出给定流程下的所有任务。