Share via


WorkflowClient Class

Definition

The Workflow service client.

public class WorkflowClient
type WorkflowClient = class
Public Class WorkflowClient
Inheritance
WorkflowClient

Constructors

WorkflowClient()

Initializes a new instance of WorkflowClient for mocking.

WorkflowClient(Uri, TokenCredential)

Initializes a new instance of WorkflowClient.

WorkflowClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of WorkflowClient.

Properties

Pipeline

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

Methods

CreateOrReplace(Guid, RequestContent, RequestContext)

[Protocol Method] Create or replace a workflow.

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

[Protocol Method] Create or replace a workflow.

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

[Protocol Method] Delete a workflow.

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

[Protocol Method] Delete a workflow.

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

[Protocol Method] Get a specific workflow.

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

[Protocol Method] Get a specific workflow.

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

[Protocol Method] Validate a workflow.

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

[Protocol Method] Validate a workflow.

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

Applies to