IWorkflowRunsOperations Interface

Definition

WorkflowRunsOperations operations.

public interface IWorkflowRunsOperations
type IWorkflowRunsOperations = interface
Public Interface IWorkflowRunsOperations

Methods

CancelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Cancels a workflow run.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a workflow run.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflow runs.

ListWithHttpMessagesAsync(String, String, ODataQuery<WorkflowRunFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets a list of workflow runs.

Extension Methods

Cancel(IWorkflowRunsOperations, String, String, String)

Cancels a workflow run.

CancelAsync(IWorkflowRunsOperations, String, String, String, CancellationToken)

Cancels a workflow run.

Get(IWorkflowRunsOperations, String, String, String)

Gets a workflow run.

GetAsync(IWorkflowRunsOperations, String, String, String, CancellationToken)

Gets a workflow run.

List(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>)

Gets a list of workflow runs.

ListAsync(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>, CancellationToken)

Gets a list of workflow runs.

ListNext(IWorkflowRunsOperations, String)

Gets a list of workflow runs.

ListNextAsync(IWorkflowRunsOperations, String, CancellationToken)

Gets a list of workflow runs.

Applies to