Interface WorkflowRunActions


public interface WorkflowRunActions
Resource collection API of WorkflowRunActions.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<WorkflowRunAction> list(String resourceGroupName, String workflowName, String runName)
      Gets a list of workflow run actions.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      Returns:
      a list of workflow run actions as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<WorkflowRunAction> list(String resourceGroupName, String workflowName, String runName, Integer top, String filter, com.azure.core.util.Context context)
      Gets a list of workflow run actions.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      top - The number of items to be included in the result.
      filter - The filter to apply on the operation. Options for filters include: Status.
      context - The context to associate with this operation.
      Returns:
      a list of workflow run actions as paginated response with PagedIterable.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<WorkflowRunAction> getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, com.azure.core.util.Context context)
      Gets a workflow run action.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      context - The context to associate with this operation.
      Returns:
      a workflow run action 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

      WorkflowRunAction get(String resourceGroupName, String workflowName, String runName, String actionName)
      Gets a workflow run action.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      Returns:
      a workflow run action.
      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.
    • listExpressionTraces

      com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String workflowName, String runName, String actionName)
      Lists a workflow run expression trace.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      Returns:
      the expression traces as paginated response with PagedIterable.
      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.
    • listExpressionTraces

      com.azure.core.http.rest.PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String workflowName, String runName, String actionName, com.azure.core.util.Context context)
      Lists a workflow run expression trace.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      context - The context to associate with this operation.
      Returns:
      the expression traces as paginated response with PagedIterable.
      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.