Interface WorkflowRunOperations


public interface WorkflowRunOperations
Resource collection API of WorkflowRunOperations.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String workflowName, String runName, String operationId)
    Gets an operation for a run.
    com.azure.core.http.rest.Response<WorkflowRun>
    getWithResponse(String resourceGroupName, String workflowName, String runName, String operationId, com.azure.core.util.Context context)
    Gets an operation for a run.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<WorkflowRun> getWithResponse(String resourceGroupName, String workflowName, String runName, String operationId, com.azure.core.util.Context context)
      Gets an operation for a run.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      operationId - The workflow operation id.
      context - The context to associate with this operation.
      Returns:
      an operation for a run along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      WorkflowRun get(String resourceGroupName, String workflowName, String runName, String operationId)
      Gets an operation for a run.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      operationId - The workflow operation id.
      Returns:
      an operation for a run.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.