Share via


WorkflowRunClient Class

Definition

The WorkflowRun service client.

public class WorkflowRunClient
type WorkflowRunClient = class
Public Class WorkflowRunClient
Inheritance
WorkflowRunClient

Constructors

WorkflowRunClient()

Initializes a new instance of WorkflowRunClient for mocking.

WorkflowRunClient(Uri, TokenCredential)

Initializes a new instance of WorkflowRunClient.

WorkflowRunClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of WorkflowRunClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Cancel(Guid, RequestContent, RequestContext)

[Protocol Method] Cancel a workflow run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CancelAsync(Guid, RequestContent, RequestContext)

[Protocol Method] Cancel a workflow run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetWorkflowRun(Guid, RequestContext)

[Protocol Method] Get a workflow run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetWorkflowRunAsync(Guid, RequestContext)

[Protocol Method] Get a workflow run.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to