다음을 통해 공유


IWorkflowTriggersOperations Interface

Definition

WorkflowTriggersOperations operations.

public interface IWorkflowTriggersOperations
type IWorkflowTriggersOperations = interface
Public Interface IWorkflowTriggersOperations

Methods

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

Get the trigger schema as JSON.

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

Gets a workflow trigger.

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

Get the callback URL for a workflow trigger.

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

Gets a list of workflow triggers.

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

Gets a list of workflow triggers.

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

Resets a workflow trigger.

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

Runs a workflow trigger.

SetStateWithHttpMessagesAsync(String, String, String, SetTriggerStateActionDefinition, Dictionary<String,List<String>>, CancellationToken)

Sets the state of a workflow trigger.

Extension Methods

Get(IWorkflowTriggersOperations, String, String, String)

Gets a workflow trigger.

GetAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Gets a workflow trigger.

GetSchemaJson(IWorkflowTriggersOperations, String, String, String)

Get the trigger schema as JSON.

GetSchemaJsonAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Get the trigger schema as JSON.

List(IWorkflowTriggersOperations, String, String, ODataQuery<WorkflowTriggerFilter>)

Gets a list of workflow triggers.

ListAsync(IWorkflowTriggersOperations, String, String, ODataQuery<WorkflowTriggerFilter>, CancellationToken)

Gets a list of workflow triggers.

ListCallbackUrl(IWorkflowTriggersOperations, String, String, String)

Get the callback URL for a workflow trigger.

ListCallbackUrlAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Get the callback URL for a workflow trigger.

ListNext(IWorkflowTriggersOperations, String)

Gets a list of workflow triggers.

ListNextAsync(IWorkflowTriggersOperations, String, CancellationToken)

Gets a list of workflow triggers.

Reset(IWorkflowTriggersOperations, String, String, String)

Resets a workflow trigger.

ResetAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Resets a workflow trigger.

Run(IWorkflowTriggersOperations, String, String, String)

Runs a workflow trigger.

RunAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Runs a workflow trigger.

SetState(IWorkflowTriggersOperations, String, String, String, SetTriggerStateActionDefinition)

Sets the state of a workflow trigger.

SetStateAsync(IWorkflowTriggersOperations, String, String, String, SetTriggerStateActionDefinition, CancellationToken)

Sets the state of a workflow trigger.

Applies to