Workflow Triggers - Set State
Définit l’état d’un déclencheur de workflow.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/setState?api-version=2016-06-01
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Nom du groupe de ressources. |
subscription
|
path | True |
string |
ID d’abonnement. |
trigger
|
path | True |
string |
Nom du déclencheur de flux de travail. |
workflow
|
path | True |
string |
Le nom du workflow. |
api-version
|
query | True |
string |
Version de l'API. |
Corps de la demande
Nom | Obligatoire | Type | Description |
---|---|---|---|
source | True |
Déclencheur de workflow. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Ok |
Sécurité
azure_auth
Flux OAuth2 Azure Active Directory.
Type:
oauth2
Flux:
implicit
URL d’autorisation:
https://login.microsoftonline.com/common/oauth2/authorize
Étendues
Nom | Description |
---|---|
user_impersonation | Emprunter l’identité de votre compte d’utilisateur |
Exemples
Set trigger state
Exemple de requête
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflow/triggers/testTrigger/setState?api-version=2016-06-01
{
"source": {}
}
Exemple de réponse
Définitions
Nom | Description |
---|---|
Day |
|
Days |
Les jours de la semaine. |
Recurrence |
|
Recurrence |
Planification de périodicité. |
Recurrence |
Occurrence de la planification de périodicité. |
Resource |
Référence de ressource. |
Set |
|
Workflow |
|
Workflow |
|
Workflow |
Déclencheur de workflow. |
Workflow |
|
Workflow |
Périodicité du déclencheur de flux de travail. |
DayOfWeek
Nom | Type | Description |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
DaysOfWeek
Les jours de la semaine.
Nom | Type | Description |
---|---|---|
Friday |
string |
|
Monday |
string |
|
Saturday |
string |
|
Sunday |
string |
|
Thursday |
string |
|
Tuesday |
string |
|
Wednesday |
string |
RecurrenceFrequency
Nom | Type | Description |
---|---|---|
Day |
string |
|
Hour |
string |
|
Minute |
string |
|
Month |
string |
|
NotSpecified |
string |
|
Second |
string |
|
Week |
string |
|
Year |
string |
RecurrenceSchedule
Planification de périodicité.
Nom | Type | Description |
---|---|---|
hours |
integer[] |
Les heures. |
minutes |
integer[] |
Minutes. |
monthDays |
integer[] |
Jours du mois. |
monthlyOccurrences |
Occurrences mensuelles. |
|
weekDays |
Les jours de la semaine. |
RecurrenceScheduleOccurrence
Occurrence de la planification de périodicité.
Nom | Type | Description |
---|---|---|
day |
Jour de la semaine. |
|
occurrence |
integer |
Occurrence. |
ResourceReference
Référence de ressource.
Nom | Type | Description |
---|---|---|
id |
string |
ID de la ressource. |
name |
string |
Obtient le nom de la ressource. |
type |
string |
Obtient le type de ressource. |
SetTriggerStateActionDefinition
Nom | Type | Description |
---|---|---|
source |
Déclencheur de workflow. |
WorkflowState
Nom | Type | Description |
---|---|---|
Completed |
string |
|
Deleted |
string |
|
Disabled |
string |
|
Enabled |
string |
|
NotSpecified |
string |
|
Suspended |
string |
WorkflowStatus
Nom | Type | Description |
---|---|---|
Aborted |
string |
|
Cancelled |
string |
|
Failed |
string |
|
Faulted |
string |
|
Ignored |
string |
|
NotSpecified |
string |
|
Paused |
string |
|
Running |
string |
|
Skipped |
string |
|
Succeeded |
string |
|
Suspended |
string |
|
TimedOut |
string |
|
Waiting |
string |
WorkflowTrigger
Déclencheur de workflow.
Nom | Type | Description |
---|---|---|
id |
string |
ID de la ressource. |
name |
string |
Obtient le nom du déclencheur de flux de travail. |
properties.changedTime |
string |
Obtient l’heure modifiée. |
properties.createdTime |
string |
Obtient l’heure de création. |
properties.lastExecutionTime |
string |
Obtient l’heure de la dernière exécution. |
properties.nextExecutionTime |
string |
Obtient l’heure d’exécution suivante. |
properties.provisioningState |
Obtient l’état d’approvisionnement. |
|
properties.recurrence |
Obtient la périodicité du déclencheur de flux de travail. |
|
properties.state |
Obtient l'état. |
|
properties.status |
Obtient le status. |
|
properties.workflow |
Obtient la référence au flux de travail. |
|
type |
string |
Obtient le type de déclencheur de workflow. |
WorkflowTriggerProvisioningState
Nom | Type | Description |
---|---|---|
Accepted |
string |
|
Canceled |
string |
|
Completed |
string |
|
Created |
string |
|
Creating |
string |
|
Deleted |
string |
|
Deleting |
string |
|
Failed |
string |
|
Moving |
string |
|
NotSpecified |
string |
|
Ready |
string |
|
Registered |
string |
|
Registering |
string |
|
Running |
string |
|
Succeeded |
string |
|
Unregistered |
string |
|
Unregistering |
string |
|
Updating |
string |
WorkflowTriggerRecurrence
Périodicité du déclencheur de flux de travail.
Nom | Type | Description |
---|---|---|
endTime |
string |
Heure de fin. |
frequency |
Fréquence. |
|
interval |
integer |
Intervalle. |
schedule |
Planification de périodicité. |
|
startTime |
string |
Heure de début. |
timeZone |
string |
Fuseau horaire. |