public interface WorkflowExecutionsMapper
Modifier and Type | Method and Description |
---|---|
Long |
deleteWorkflow(WorkflowExecution workflowExecution)
Deletes a workflow from workflow executions.
|
List<WorkflowExecution> |
getAllWorkflowExecutions()
Queries all workflow executions
|
WorkflowExecution |
getWorkflowById(String workflowExecutionId)
Queries a workflow execution by ID.
|
Long |
insertWorkflowExecution(WorkflowExecution workflowExecution)
Inserts a new workflow execution.
|
Long deleteWorkflow(WorkflowExecution workflowExecution)
workflowExecution
- Workflow execution to be deletedList<WorkflowExecution> getAllWorkflowExecutions()
Long insertWorkflowExecution(WorkflowExecution workflowExecution)
workflowExecution
- workflow execution to be insertedWorkflowExecution getWorkflowById(@Param(value="workflowExecutionId") String workflowExecutionId)
workflowExecutionId
- id of the queried executionCopyright © 2020. All rights reserved.