Share via


WorkflowTaskClient Class

Definition

The WorkflowTask service client.

public class WorkflowTaskClient
type WorkflowTaskClient = class
Public Class WorkflowTaskClient
Inheritance
WorkflowTaskClient

Constructors

WorkflowTaskClient()

Initializes a new instance of WorkflowTaskClient for mocking.

WorkflowTaskClient(Uri, TokenCredential)

Initializes a new instance of WorkflowTaskClient.

WorkflowTaskClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of WorkflowTaskClient.

Properties

Pipeline

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

Methods

GetWorkflowTask(Guid, RequestContext)

[Protocol Method] Get a workflow task.

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

[Protocol Method] Get a workflow task.

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

[Protocol Method] Reassign a workflow task.

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

[Protocol Method] Reassign a workflow task.

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

Applies to