public interface SchedWorkflowMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
cancelWorkflow(long workflowInstanceId) |
List<cn.ponfee.scheduler.core.model.SchedWorkflow> |
findByWorkflowInstanceId(long workflowInstanceId) |
int |
insertBatch(List<cn.ponfee.scheduler.core.model.SchedWorkflow> records) |
int |
update(long workflowInstanceId,
String curNode,
Integer toState,
Long toInstanceId,
List<Integer> fromStates,
Long fromInstanceId) |
int insertBatch(List<cn.ponfee.scheduler.core.model.SchedWorkflow> records)
List<cn.ponfee.scheduler.core.model.SchedWorkflow> findByWorkflowInstanceId(long workflowInstanceId)
int update(@Param(value="workflowInstanceId")
long workflowInstanceId,
@Param(value="curNode")
String curNode,
@Param(value="toState")
Integer toState,
@Param(value="toInstanceId")
Long toInstanceId,
@Param(value="fromStates")
List<Integer> fromStates,
@Param(value="fromInstanceId")
Long fromInstanceId)
int cancelWorkflow(@Param(value="workflowInstanceId")
long workflowInstanceId)
Copyright © 2023. All rights reserved.