03 2022 档案

摘要:引入jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 配置yml文件 # actuator 阅读全文
posted @ 2022-03-24 09:41 KILLNPE 阅读(496) 评论(0) 推荐(0) 编辑
摘要:public interface DelegateExecution extends VariableScope { /** execution Id */ String getId(); /** 流程实例id*/ String getProcessInstanceId(); /** 这个比较有用 阅读全文
posted @ 2022-03-05 14:14 KILLNPE 阅读(2717) 评论(0) 推荐(0) 编辑
摘要:这里定义了一个用户任务的监听器, 监听器类是create, 实现TaskListener接口 以及 方法notify(DelegateTask delegateTask), 这里说明DelegateTask对象中常用方法的含义... @Slf4j public class MyTasklistene 阅读全文
posted @ 2022-03-05 14:12 KILLNPE 阅读(4251) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示