Share via


WorkflowTasksClient Class

Definition

The WorkflowTasks service client.

public class WorkflowTasksClient
type WorkflowTasksClient = class
Public Class WorkflowTasksClient
Inheritance
WorkflowTasksClient

Constructors

WorkflowTasksClient()

Initializes a new instance of WorkflowTasksClient for mocking.

WorkflowTasksClient(Uri, TokenCredential)

Initializes a new instance of WorkflowTasksClient.

WorkflowTasksClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of WorkflowTasksClient.

Properties

Pipeline

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

Methods

GetWorkflowTasks(String, IEnumerable<String>, String, Nullable<Int32>, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, String, RequestContext)

[Protocol Method] Get all workflow tasks.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetWorkflowTasksAsync(String, IEnumerable<String>, String, Nullable<Int32>, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, String, RequestContext)

[Protocol Method] Get all workflow tasks.

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

Applies to