摘要: public interface DelegateExecution extends VariableScope { /** execution Id */ String getId(); /** 流程实例id*/ String getProcessInstanceId(); /** 这个比较有用 阅读全文
posted @ 2022-03-05 14:14 KILLNPE 阅读(2594) 评论(0) 推荐(0) 编辑
摘要: 这里定义了一个用户任务的监听器, 监听器类是create, 实现TaskListener接口 以及 方法notify(DelegateTask delegateTask), 这里说明DelegateTask对象中常用方法的含义... @Slf4j public class MyTasklistene 阅读全文
posted @ 2022-03-05 14:12 KILLNPE 阅读(3966) 评论(0) 推荐(0) 编辑