接口 CreateTaskHandler

所有已知实现类:
SimpleCreateTaskHandler

public interface CreateTaskHandler
流程任务创建处理器
从以下版本开始:
1.0
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    handle(FlowContext flowLongContext, Execution execution, NodeModel nodeModel)
    子类需要实现的方法,来处理具体的操作
  • 方法详细资料

    • handle

      boolean handle(FlowContext flowLongContext, Execution execution, NodeModel nodeModel)
      子类需要实现的方法,来处理具体的操作
      参数:
      flowLongContext - 流程引擎上下文
      execution - 执行对象
      nodeModel - 节点模型
      返回:
      true 成功 false 失败