Introduction
Les actions sont les étapes individuelles qu'une automatisation exécute lors de son exécution. Chaque action effectue une opération sur un appareil — exécution d'un script, redémarrage du système, application d'une étiquette, définition d'un champ personnalisé, et ainsi de suite. Vous les enchaînez dans un pipeline qui s'exécute de haut en bas.
Pipeline d'automatisation
Le pipeline d'automatisation est la séquence visuelle des actions qui s'exécute lorsqu'un déclencheur se déclenche. Les actions s'exécutent dans l'ordre, de haut en bas, une à la fois par appareil.
Chaque carte d'action dans le pipeline affiche :
Une poignée de glisser (bord gauche) pour réorganiser
Un indicateur d'état indiquant si l'action est correctement configurée
Une barre de navigation de catégorie (par exemple,Système > Redémarrer)
Le nom de l'action (par défaut ou personnalisé)
Un bouton bascule activé/désactivé
Un menu à 3 points pour les options supplémentaires
💡 CONSEIL : Les actions peuvent être réorganisées à tout moment en mode édition en les faisant glisser. Les déclencheurs n'ont pas d'ordre — ils se déclenchent indépendamment, et n'importe quel déclencheur qui se déclenche peut lancer l'automatisation.
Ajout d'une action
Les actions ne peuvent être ajoutées qu'en mode édition. Cliquez surModifier dans le coin supérieur droit si vous n'y êtes pas déjà.
Click the + bouton dans le pipeline où vous voulez insérer l'action — entre les actions existantes ou à la fin du pipeline.
Le sélecteur d'actions s'ouvre. Parcourez par catégorie ou utilisez leSearch actions field.
Cliquez sur l'action pour l'ajouter. Le panneau de configuration s'ouvre immédiatement.
Configurez l'étape, puis cliquez sur Enregistrer .
Actions disponibles
System— Exécutez des scripts, redémarrez des appareils, gérez les processus et services, et interagissez avec le registre Windows.
Restart
Run script
Shell
Start process
Stop process
Manage service
Définir la clé du registre
Supprimer la clé du registre
Flow— Contrôlez l'exécution de l'automatisation avec les approbations, délais, branches et appels d'automatisation imbriquées.
Attendre l'approbation
Run automation
Delay
Exit automation
Files— Téléchargez des fichiers sur un appareil à partir d'une URL directe ou d'une autre source.
Download file
Télécharger le fichier via URL
Level— Gérez l'état de l'appareil dans Level : champs personnalisés, alertes, étiquettes, groupes, mode maintenance et suppression d'appareils.
Définir le champ personnalisé
Create alert
Apply tags
Remove tags
Assign to group
Activer le mode maintenance
Désactiver le mode maintenance
Delete device
Security— Installez les mises à jour du système d'exploitation, gérez Windows Defender et contrôlez le chiffrement de disque.
Installer les mises à jour Windows
Installer les mises à jour macOS
Installer les mises à jour Linux
Mise à jour de Windows Defender
Analyse Windows Defender
Activer le chiffrement de disque
Désactiver le chiffrement de disque
Faire tourner la clé de chiffrement de disque
App Management— Installez, désinstallez et mettez à jour des applications à l'aide de Winget ou Homebrew.
Mettre à niveau le package Winget
Désinstaller le package Winget
Installer le package Winget
Install Winget
Installer Microsoft 365 pour Windows
Installer Microsoft 365 pour macOS
Installer Homebrew
Installer le package Homebrew
Mettre à niveau le package Homebrew
Désinstaller le package Homebrew
Notifications— Notifiez les techniciens ou les utilisateurs finaux via des alertes intégrées, des SMS ou des e-mails.
User approval
Notify user
Send SMS
Send email
Envoyer un rapport par e-mail
Other— Effectuez des requêtes HTTP sortantes vers des systèmes externes.
HTTP request
REMARQUE : Each action links to a dedicated article covering its step configuration. The options in this article (Additional options, Conditions) apply to every action regardless of category.Reordering Actions
In edit mode, drag any action card by its handle (the grid of dots on the left) to move it to a new position in the pipeline.
Enabling and Disabling Actions
Each action has an
Enabled toggle on its pipeline card. Disabling an action skips it entirely during a run — useful for temporarily removing a step without deleting it. The same toggle is also available inside the action's configuration panel under
Additional options.Additional Options
Every action has an
Additional options section at the bottom of its configuration panel. Expand it to access these settings. Action name
An optional custom label for this action. When set, it replaces the default name (e.g., "Shell: PowerShell") on the pipeline card. Useful for making long pipelines readable at a glance.
On action failure
Controls what happens when this action fails.
Option
Behavior | Échouer le pipeline |
The run stops for this device. Subsequent actions don't run. | Supprimer et continuer |
The failure is noted but the run continues to the next action. | Default is |
Échouer le pipeline. CONSEIL :
Use Supprimer et continuer when you're handling failure yourself later in the pipeline. For example: set Install Windows Updates to Supprimer et continuer, capture its output to a variable, then add a Create Alert action (with an Action status = Failed condition) that only fires if the update action failed. Without Supprimer et continuer, a failed update would halt the pipeline before the alert ever runs.Assigner la sortie de l'action à une variableCaptures the output of this action and stores it in an automation variable. Select an existing variable from the dropdown, or click
+ Create new variable
to define one.Once captured, the variable is available for use in subsequent actions and in Variable
conditions on any action that follows. Tentatives How many times Level retries this action if it fails. Default is 0 (no retries). Enter a whole number.
REMARQUE :
Retries apply before the
On action failure behavior kicks in. If you set 3 retries and the action fails all 3 times, then the On action failure setting determines what happens next. EnabledToggles this action on or off. Identical to the toggle on the pipeline card.Conditions
Every action also has a
Conditions
section that lets you restrict when it runs. Conditions are evaluated per device at runtime — if a device doesn't meet them, the action is skipped for that device while the pipeline continues.
See Conditions d'action for the full reference on all condition types, operators, and values.
FAQCan I have two actions of the same type in one pipeline? Yes. Add the same action type multiple times — each instance is configured independently. This is useful when you need to run the same operation with different parameters, or use Action status conditions to branch between outcomes.
What's the difference between disabling an action and deleting it?
Disabling keeps the action in the pipeline but skips it during runs. Deleting removes it entirely. Use disable when you want to temporarily pause a step without losing its configuration. If an action fails and I have "Fail pipeline" set, does it affect other devices in the same run?
No. Each device runs the pipeline independently. A failure on one device doesn't affect other devices in the same run. Can I capture output from any action type, or just scripts?
The Assigner la sortie de l'action à une variable
option appears on all actions, but what gets captured depends on the action. Script-based actions (Shell, Run script) capture the script's stdout. For other action types, check the individual action article for what output is available. Who can add or modify actions? Technicians with permission to edit automations in the relevant group. See Espace de travail → Autorisations
for access control configuration. Technicians with permission to edit automations in the relevant group. See Workspace → Permissions for access control configuration.



