Partilhar via


IWorkflowTriggersOperations Interface

Definição

Operações WorkflowTriggersOperations.

public interface IWorkflowTriggersOperations
type IWorkflowTriggersOperations = interface
Public Interface IWorkflowTriggersOperations

Métodos

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

Obtenha o esquema de gatilho como JSON.

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

Obtém um gatilho de fluxo de trabalho.

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

Obtenha a URL de retorno de chamada para um gatilho de fluxo de trabalho.

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

Obtém uma lista de gatilhos de fluxo de trabalho.

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

Obtém uma lista de gatilhos de fluxo de trabalho.

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

Redefine um gatilho de fluxo de trabalho.

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

Executa um gatilho de fluxo de trabalho.

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

Define o estado de um gatilho de fluxo de trabalho.

Métodos de Extensão

Get(IWorkflowTriggersOperations, String, String, String)

Obtém um gatilho de fluxo de trabalho.

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

Obtém um gatilho de fluxo de trabalho.

GetSchemaJson(IWorkflowTriggersOperations, String, String, String)

Obtenha o esquema de gatilho como JSON.

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

Obtenha o esquema de gatilho como JSON.

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

Obtém uma lista de gatilhos de fluxo de trabalho.

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

Obtém uma lista de gatilhos de fluxo de trabalho.

ListCallbackUrl(IWorkflowTriggersOperations, String, String, String)

Obtenha a URL de retorno de chamada para um gatilho de fluxo de trabalho.

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

Obtenha a URL de retorno de chamada para um gatilho de fluxo de trabalho.

ListNext(IWorkflowTriggersOperations, String)

Obtém uma lista de gatilhos de fluxo de trabalho.

ListNextAsync(IWorkflowTriggersOperations, String, CancellationToken)

Obtém uma lista de gatilhos de fluxo de trabalho.

Reset(IWorkflowTriggersOperations, String, String, String)

Redefine um gatilho de fluxo de trabalho.

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

Redefine um gatilho de fluxo de trabalho.

Run(IWorkflowTriggersOperations, String, String, String)

Executa um gatilho de fluxo de trabalho.

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

Executa um gatilho de fluxo de trabalho.

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

Define o estado de um gatilho de fluxo de trabalho.

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

Define o estado de um gatilho de fluxo de trabalho.

Aplica-se a