WorkflowTriggerHistoriesOperationsExtensions Class

Definition

Extension methods for WorkflowTriggerHistoriesOperations.

public static class WorkflowTriggerHistoriesOperationsExtensions
type WorkflowTriggerHistoriesOperationsExtensions = class
Public Module WorkflowTriggerHistoriesOperationsExtensions
Inheritance
WorkflowTriggerHistoriesOperationsExtensions

Methods

Get(IWorkflowTriggerHistoriesOperations, String, String, String, String)

Gets a workflow trigger history.

GetAsync(IWorkflowTriggerHistoriesOperations, String, String, String, String, CancellationToken)

Gets a workflow trigger history.

List(IWorkflowTriggerHistoriesOperations, String, String, String, ODataQuery<WorkflowTriggerHistoryFilter>)

Gets a list of workflow trigger histories.

ListAsync(IWorkflowTriggerHistoriesOperations, String, String, String, ODataQuery<WorkflowTriggerHistoryFilter>, CancellationToken)

Gets a list of workflow trigger histories.

ListNext(IWorkflowTriggerHistoriesOperations, String)

Gets a list of workflow trigger histories.

ListNextAsync(IWorkflowTriggerHistoriesOperations, String, CancellationToken)

Gets a list of workflow trigger histories.

Resubmit(IWorkflowTriggerHistoriesOperations, String, String, String, String)

Resubmits a workflow run based on the trigger history.

ResubmitAsync(IWorkflowTriggerHistoriesOperations, String, String, String, String, CancellationToken)

Resubmits a workflow run based on the trigger history.

Applies to