接口 TaskTrigger


public interface TaskTrigger
流程任务触发器
从以下版本开始:
1.0
  • 方法详细资料

    • execute

      boolean execute(NodeModel nodeModel, Execution execution, Function<Execution,Boolean> finish)
      执行任务触发器节点
      参数:
      nodeModel - 节点模型
      execution - 执行对象
      finish - 执行完成函数【必须执行否则无法继续执行下一步】
      返回:
      执行结果 true 成功 false 失败