public interface IPowerJobClient
ResultDTO<SaveJobInfoRequest> exportJob(Long jobId)
ResultDTO<Long> saveJob(SaveJobInfoRequest request)
ResultDTO<JobInfoDTO> fetchJob(Long jobId)
ResultDTO<List<JobInfoDTO>> fetchAllJob()
ResultDTO<List<JobInfoDTO>> queryJob(JobInfoQuery powerQuery)
ResultDTO<InstanceInfoDTO> fetchInstanceInfo(Long instanceId)
ResultDTO<Long> saveWorkflow(SaveWorkflowRequest request)
ResultDTO<List<WorkflowNodeInfoDTO>> saveWorkflowNode(List<SaveWorkflowNodeRequest> requestList)
ResultDTO<WorkflowInfoDTO> fetchWorkflow(Long workflowId)
ResultDTO<WorkflowInstanceInfoDTO> fetchWorkflowInstanceInfo(Long wfInstanceId)
Copyright © 2024. All rights reserved.