activitiy 边界事件

1 时间边界事件配置参数详解

   1)采用ISO-8601日期时间:是触发该任务的时间

   2)时间周期:触发后,再次触发的时间间隔周期

    3)持续时间:触发后多久结束

取消任务:勾选后是为true 因为是走的服务任务类,进入监听业务自己处理,

activitiy 边界事件

服务任务配置监听类

监听类代码

@Component
public class FlowTakeListener implements ExecutionListener,JavaDelegate {

@Override
public void execute(DelegateExecution delegateExecution) throws Exception {

//获取超时的流程实例ID
String processInstanceId = delegateExecution.getProcessInstanceId();

}

}

相关文章:

  • 2021-07-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2021-04-10
  • 2022-12-23
  • 2022-01-06
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案