类 FlwInstance

java.lang.Object
net.sohelp.boot.engine.workflow.entity.FlowEntity
net.sohelp.boot.engine.workflow.entity.FlwInstance
所有已实现的接口:
Serializable
直接已知子类:
FlwHisInstance

@TableName("pb_flw_instance") public class FlwInstance extends FlowEntity
流程实例实体类
从以下版本开始:
1.0
另请参阅:
  • 字段详细资料

    • processId

      protected Long processId
      流程定义ID
    • parentInstanceId

      protected Long parentInstanceId
      父流程实例ID
    • priority

      protected Integer priority
      流程实例优先级 0,同步 1,异步
    • instanceNo

      protected String instanceNo
      流程实例编号
    • businessKey

      protected String businessKey
      业务KEY(用于关联业务逻辑实现预留)

      子流程情况,该字段用于存放父流程所在节点KEY

    • variable

      protected String variable
      变量json
    • currentNodeName

      protected String currentNodeName
      当前所在节点名称
    • currentNodeKey

      protected String currentNodeKey
      当前所在节点key
    • expireTime

      protected Date expireTime
      流程实例期望完成时间
    • lastUpdateBy

      protected String lastUpdateBy
      流程实例上一次更新人
    • lastUpdateTime

      protected Date lastUpdateTime
      流程实例上一次更新时间
  • 构造器详细资料

    • FlwInstance

      public FlwInstance()
  • 方法详细资料