Package com.codingapi.flow.repository
Interface WorkflowRuntimeRepository
- All Known Implementing Classes:
WorkflowRuntimeRepositoryMockImpl
public interface WorkflowRuntimeRepository
运行时流程仓库
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(WorkflowRuntime backup) get(long id) getByWorkId(String workId, long workVersion) voidsave(WorkflowRuntime workflowRuntime)
-
Method Details
-
save
-
get
-
getByWorkId
-
delete
-