Package io.cloudreactor.tasksymphony.api
Class WorkflowExecutionsApi
java.lang.Object
io.cloudreactor.tasksymphony.api.WorkflowExecutionsApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkflowExecutionsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) workflowExecutionsCreate(WorkflowExecution workflowExecution) voidworkflowExecutionsList(Integer limit, Integer offset, String ordering, String search, String workflowCreatedByGroupId, String workflowUuid) workflowExecutionsPartialUpdate(UUID uuid, PatchedWorkflowExecution patchedWorkflowExecution) workflowExecutionsRetryCreate(UUID uuid, WorkflowExecution workflowExecution) workflowExecutionsUpdate(UUID uuid, WorkflowExecution workflowExecution) workflowExecutionsWorkflowTaskInstanceExecutionsCreate(UUID uuid, WorkflowExecution workflowExecution)
-
Constructor Details
-
WorkflowExecutionsApi
public WorkflowExecutionsApi() -
WorkflowExecutionsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
workflowExecutionsCreate
public WorkflowExecution workflowExecutionsCreate(WorkflowExecution workflowExecution) throws ApiException - Parameters:
workflowExecution- (required)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
workflowExecutionsList
public PaginatedWorkflowExecutionSummaryList workflowExecutionsList(Integer limit, Integer offset, String ordering, String search, String workflowCreatedByGroupId, String workflowUuid) throws ApiException - Parameters:
limit- Number of results to return per page. (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. (optional)search- A search term. (optional)workflowCreatedByGroupId- (optional)workflowUuid- (optional)- Returns:
- PaginatedWorkflowExecutionSummaryList
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsPartialUpdate
public WorkflowExecution workflowExecutionsPartialUpdate(UUID uuid, PatchedWorkflowExecution patchedWorkflowExecution) throws ApiException - Parameters:
uuid- (required)patchedWorkflowExecution- (optional)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsRetrieve
- Parameters:
uuid- (required)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsRetryCreate
public WorkflowExecution workflowExecutionsRetryCreate(UUID uuid, WorkflowExecution workflowExecution) throws ApiException - Parameters:
uuid- (required)workflowExecution- (required)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsUpdate
public WorkflowExecution workflowExecutionsUpdate(UUID uuid, WorkflowExecution workflowExecution) throws ApiException - Parameters:
uuid- (required)workflowExecution- (required)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-
workflowExecutionsWorkflowTaskInstanceExecutionsCreate
public WorkflowExecution workflowExecutionsWorkflowTaskInstanceExecutionsCreate(UUID uuid, WorkflowExecution workflowExecution) throws ApiException - Parameters:
uuid- (required)workflowExecution- (required)- Returns:
- WorkflowExecution
- Throws:
ApiException- if fails to make API call
-