类 FlwTask
java.lang.Object
net.sohelp.boot.engine.workflow.entity.FlowEntity
net.sohelp.boot.engine.workflow.entity.FlwTask
- 所有已实现的接口:
Serializable
- 直接已知子类:
FlwHisTask
任务实体类
- 从以下版本开始:
- 1.0
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected String任务关联的表单urlprotected String委托人protected String委托人IDprotected Date期望任务完成时间protected Long流程实例IDprotected Long父任务IDprotected Integer参与方式PerformTypeprotected Integer提醒次数protected Date提醒时间,存在定时器触发提醒,不存在任务创建监听的时候默认提醒一次protected String任务 key 唯一标识protected String任务名称protected Integer任务类型TaskTypeprotected String变量jsonprotected Integer已阅 0,否 1,是从类继承的字段 net.sohelp.boot.engine.workflow.entity.FlowEntity
createBy, createId, createTime, id, tenantId -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明cloneTask(FlowIdGenerator flowLongIdGenerator, String createId, String createBy) cloneTask(FlowIdGenerator flowLongIdGenerator, FlwHisTaskActor hta) voidloadExpireTime(Map<String, Object> extendConfig, boolean checkEmpty) 从扩展配置中加载期望任务完成时间booleanmajor()voidperformType(PerformType performType) putAllVariable(Map<String, Object> args) voidsetPerformType(Integer performType) voidsetTaskType(Integer taskType) boolean开始节点判断从类继承的方法 net.sohelp.boot.engine.workflow.entity.FlowEntity
setFlowCreator
-
字段详细资料
-
instanceId
流程实例ID -
parentTaskId
父任务ID -
taskName
任务名称 -
taskKey
任务 key 唯一标识 -
taskType
任务类型TaskType -
performType
参与方式PerformType -
actionUrl
任务关联的表单url -
variable
变量json -
assignorId
委托人ID -
assignor
委托人 -
expireTime
期望任务完成时间 -
remindTime
提醒时间,存在定时器触发提醒,不存在任务创建监听的时候默认提醒一次 -
remindRepeat
提醒次数 -
viewed
已阅 0,否 1,是
-
-
构造器详细资料
-
FlwTask
public FlwTask()
-
-
方法详细资料
-
major
public boolean major() -
variableMap
-
taskType
-
setTaskType
-
performType
-
setPerformType
-
putAllVariable
-
loadExpireTime
从扩展配置中加载期望任务完成时间- 参数:
extendConfig- 扩展配置checkEmpty- 检查是否为空
-
startNode
public boolean startNode()开始节点判断- 返回:
- true 是 false 非
-
cloneTask
-
cloneTask
-