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