枚举类的使用
net.sohelp.boot.engine.workflow.core.enums.TaskState
使用TaskState的程序包
程序包
说明
-
net.sohelp.boot.engine.workflow中TaskState的使用
参数类型为TaskState的net.sohelp.boot.engine.workflow中的方法修饰符和类型方法说明TaskService.executeTask(Long taskId, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState, TaskEventType eventType) 根据任务ID,创建人ID完成任务booleanTaskService.forceCompleteTask(FlwTask flwTask, FlowCreator flowCreator, TaskState taskState, TaskEventType eventType) 强制完成某个任务TaskService.rejectTask(FlwTask currentFlwTask, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState, TaskEventType eventType) 根据当前任务对象驳回至上一步处理 -
net.sohelp.boot.engine.workflow.core中TaskState的使用
修饰符和类型方法说明protected booleanFlowEngineImpl.executeTask(Long taskId, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState, TaskEventType eventType) -
net.sohelp.boot.engine.workflow.core.enums中TaskState的使用
-
net.sohelp.boot.engine.workflow.entity中TaskState的使用
-
net.sohelp.boot.engine.workflow.impl中TaskState的使用
修饰符和类型方法说明TaskServiceImpl.executeTask(Long taskId, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState, TaskEventType eventType) 执行任务booleanTaskServiceImpl.forceCompleteTask(FlwTask flwTask, FlowCreator flowCreator, TaskState taskState, TaskEventType eventType) protected FlwTaskTaskServiceImpl.getAllowedFlwTask(Long taskId, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState) 获取执行任务并验证合法性protected booleanTaskServiceImpl.moveToHisTask(FlwTask flwTask, TaskState taskState, FlowCreator flowCreator) 迁移任务至历史表TaskServiceImpl.rejectTask(FlwTask currentFlwTask, FlowCreator flowCreator, Map<String, Object> args, TaskState taskState, TaskEventType eventType)