Class WorkflowExecutionsApi

java.lang.Object
io.cloudreactor.tasksymphony.api.WorkflowExecutionsApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowExecutionsApi extends Object
  • Constructor Details

    • WorkflowExecutionsApi

      public WorkflowExecutionsApi()
    • WorkflowExecutionsApi

      public WorkflowExecutionsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • workflowExecutionsCreate

      public WorkflowExecution workflowExecutionsCreate(WorkflowExecution workflowExecution) throws ApiException
      Parameters:
      workflowExecution - (required)
      Returns:
      WorkflowExecution
      Throws:
      ApiException - if fails to make API call
    • workflowExecutionsDestroy

      public void workflowExecutionsDestroy(UUID uuid) throws ApiException
      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

      public WorkflowExecution workflowExecutionsRetrieve(UUID uuid) throws ApiException
      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