摘要:
代码实现:需要接口 @Autowired private RuntimeService runtimeService; @Autowired private RepositoryService repositoryService; @Autowired private TaskService tas 阅读全文
摘要:
代码实现: @Component("testTaskListener") public class UserTaskListener implements TaskListener { @Override public void notify(DelegateTask delegateTask) { 阅读全文
摘要:
ERROR BOUNDARY EVENT:在任务发生异常时候会触发走,在代码中必须显式抛出 throw new BpmnError("error....."); public void execute(DelegateExecution delegateExecution) throws Excep 阅读全文