Passer au contenu principal

Appareil Automatisations

Mis à jour aujourd’hui

Introduction

The Automatisations tab inside device details shows every automation that has run or is currently running on this device. Use it to check run history, inspect output from individual actions, filter by status, and trigger automations manually.

For building and managing automations themselves, see the Automatisations section of the docs.


Appareil Automatisation Afficher

Appareil Automatisation Afficher

Each row in the table is a single automation run. The columns tell you:

  • Nom — the automation that ran

  • Trigger event — what fired it (a schedule, a webhook, a device event like "Appareil created," or a manual run showing which technician triggered it)

  • Statut — the outcome badge: Success, Failed, Warning, Running, Queued, or Canceled

  • Started / Ended — timestamps for the run

  • Durée — total time from start to finish

Runs are sorted by Started (newest first) by default. Cliquez sur any column header to re-sort.


Filtrering and Rechercheing Runs

To find a specific run:

  1. Tapez in the Recherche field to filter by automation name.

  2. Use the Filtrer by status dropdown to narrow by outcome.

Available status filters:

  • Success — all actions completed without errors

  • Failed — one or more actions failed and the run stopped

  • Warning — the run completed but with at least one non-fatal issue

  • Running — currently in progress

  • Queued — waiting to execute

  • Canceled — the run was stopped before completing

You can use search and status filter together. They stack.


Inspecting a Run

Cliquez sur le arrow on any row to open the run detail panel.

Automatisation Run

The panel has 2 tabs.

Aperçu shows:

  • Run details — source (trigger), start/end times, total duration, and status

  • Workflow progress — each action in the automation listed in order, with its individual status badge, duration, and an expand arrow

History shows previous runs of the same automation on this device.

Affichering Action Sortie

Cliquez sur le expand arrow on any action in the Workflow progress section to see its output.

Automatisation Action Sortie

The Sortie tab shows the raw log from that action — useful for debugging what actually happened on the device. The Entrée tab shows the parameters the action received.

A download icon next to the output lets you save the log.

ℹ️ REMARQUE : Actions with a "Skipped" status were not executed. This typically means a conditional step earlier in the workflow determined they weren't needed (for example, a "patching failed" alert action when patching succeeded).


Rerunning or Canceling an Automatisation

For a completed run, click Rerun in the run detail panel to re-trigger that automation immediately on this device. If the run failed, Rerun resumes from the failed step rather than starting over from the beginning. The new run appears at the top of the table.

ℹ️ REMARQUE : Rerunning triggers the automation immediately, regardless of its configured schedule or trigger.

Rerun Automatisation

For an active run, the panel shows Cancel run instead of Rerun. Cliquez sur it to stop the automation mid-execution.


Triggering Automatisations Manually

To run an automation on demand without waiting for its trigger:

  1. Cliquez sur Actions in the top-right of the device header.

  2. Sélectionnez Run automation.

  3. Choisir the automation from the list and confirm.

Run Automatisation

You can also trigger automations by applying a tag to the device, if the automation is configured with a tag-based trigger. See Automatisations → Triggers for how to set that up.

💡 CONSEIL : The Actions menu also includes Run saved script and Run new script for one-off script execution that doesn't need a full automation.


Exportering Run History

Cliquez sur Exporter to CSV to download the current table view as a CSV file. The export respects any active filters — if you've filtered to "Failed" runs, only those export.


Sélectionnezing Multiple Runs

Check the box on any row to select it. The toolbar updates to show how many runs are selected and a Afficher only selected toggle appears at the bottom of the page. You can Rerun the selected automations or Exporter to CSV.

Sélectionnezing Multiple Runs

Questions fréquemment posées

  • How do I know which automations are configured to run on this device? The Automatisations tab shows run history and active runs, not a static assignment list. That's intentional — many things can cause an automation to run against a device: group changes, tags applied or removed, schedules, events like device creation, webhooks, or manual triggers. The run history here is your best view of what's actually fired and why (check the Trigger event column). To see automations linked at the group level, go to Groupe Paramètres → Linked Automatisations. For a full picture of how automations get assigned, see Automatisations → Getting Started.

  • Why does an automation show "Skipped" for some actions? Skipped means the action wasn't executed. Automatisations can include conditional branches — if an earlier action's result means a branch isn't needed, downstream actions in that branch are skipped. This is expected behavior, not an error.

  • An automation shows "Failed" but I can't tell which action caused it. Where do I look? Open the run detail panel by clicking the → arrow on the failed run. Expand each action in the Workflow progress section and check the Sortie tab for error messages. The failed action will have a red status indicator.

  • Can I cancel a run that's currently in progress? Oui. Open the run detail panel by clicking the → arrow on the running row, then click Cancel run in the top-right of the panel. Queued runs can be canceled the same way before they start executing.

  • Who can trigger automations manually on a device? Any technician with access to the device's group can use Actions → Run automation. If you don't see the option or it's grayed out, your permissions for this group may be restricted. See Workspace → Autorisations for how access is configured.

  • The Rerun button isn't available. Why? Rerun appears in the run detail panel. If you're not seeing it, make sure you've opened a specific run by clicking the → arrow on a row, not just viewing the table. It's also possible your permissions don't allow triggering automations on this device.

Avez-vous trouvé la réponse à votre question ?