接口 ModelInstance

所有已知实现类:
NodeModel

public interface ModelInstance
模型实例接口
从以下版本开始:
1.0
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    execute(FlowContext flowLongContext, Execution execution)
    执行流程元素
  • 方法详细资料

    • execute

      boolean execute(FlowContext flowLongContext, Execution execution)
      执行流程元素
      参数:
      flowLongContext - 流程引擎上下文
      execution - 执行对象
      返回:
      执行结果 true 成功 false 失败