Introducción
Las acciones son los pasos individuales que ejecuta una automatización cuando se ejecuta. Cada acción realiza una operación en un dispositivo — ejecutar un script, reiniciar el sistema, aplicar una etiqueta, establecer un campo personalizado, etc. Las encadena juntas en una canalización que se ejecuta de arriba a abajo.
Canalización de automatización
La canalización de automatización es la secuencia visual de acciones que se ejecuta cuando se dispara un disparador. Las acciones se ejecutan en orden, de arriba a abajo, una a la vez por dispositivo.
Cada tarjeta de acción en la canalización muestra:
Un controlador de arrastre (borde izquierdo) para reordenar
Un indicador de estado que muestra si la acción está configurada correctamente
Una ruta de navegación de categoría (por ejemplo,Sistema > Reiniciar)
El nombre de la acción (predeterminado o personalizado)
Un conmutador habilitado/deshabilitado
Un menú de 3 puntos para opciones adicionales
💡 CONSEJO: Las acciones se pueden reordenar en cualquier momento en modo de edición arrastrando. Los disparadores no tienen un orden — se disparan independientemente, y cualquier disparador que se dispare puede iniciar la automatización.
Añadir una acción
Las acciones solo se pueden añadir en modo de edición. Haga clic enEditar en la esquina superior derecha si aún no está allí.
Click the + botón en la canalización donde desea insertar la acción — entre acciones existentes o al final de la canalización.
Se abre el selector de acciones. Explore por categoría o use elSearch actions field.
Haga clic en la acción para agregarla. El panel de configuración se abre inmediatamente.
Configure el paso y luego haga clic en Guardar .
Acciones disponibles
System— Ejecute scripts, reinicie dispositivos, administre procesos y servicios, e interactúe con el registro de Windows.
Restart
Run script
Shell
Start process
Stop process
Manage service
Establecer clave del registro
Eliminar clave del registro
Flow— Controle la ejecución de la automatización con aprobaciones, retrasos, ramificaciones y llamadas de automatización anidadas.
Esperar aprobación
Run automation
Delay
Exit automation
Files— Descargue archivos a un dispositivo desde una URL directa u otra fuente.
Download file
Descargar archivo a través de URL
Level— Administre el estado del dispositivo en Level: campos personalizados, alertas, etiquetas, grupos, modo de mantenimiento y eliminación de dispositivos.
Establecer campo personalizado
Create alert
Apply tags
Remove tags
Assign to group
Habilitar modo de mantenimiento
Deshabilitar modo de mantenimiento
Delete device
Security— Instale actualizaciones del sistema operativo, administre Windows Defender y controle el cifrado de disco.
Instalar actualizaciones de Windows
Instalar actualizaciones de macOS
Instalar actualizaciones de Linux
Actualización de Windows Defender
Escaneo de Windows Defender
Habilitar cifrado de disco
Deshabilitar cifrado de disco
Rotar clave de cifrado de disco
App Management— Instale, desinstale y actualice aplicaciones usando Winget o Homebrew.
Actualizar paquete Winget
Desinstalar paquete Winget
Instalar paquete Winget
Install Winget
Instalar Microsoft 365 para Windows
Instalar Microsoft 365 para macOS
Instalar Homebrew
Instalar paquete Homebrew
Actualizar paquete Homebrew
Desinstalar paquete Homebrew
Notifications— Notifique a técnicos o usuarios finales a través de alertas en la aplicación, SMS o correo electrónico.
User approval
Notify user
Send SMS
Send email
Enviar informe por correo electrónico
Other— Realice solicitudes HTTP salientes a sistemas externos.
HTTP request
NOTA: 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 | Error de pipeline |
The run stops for this device. Subsequent actions don't run. | Suprimir y continuar |
The failure is noted but the run continues to the next action. | Default is |
Error de pipeline. SUGERENCIA:
Use Suprimir y continuar when you're handling failure yourself later in the pipeline. For example: set Install Windows Updates to Suprimir y continuar, 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 Suprimir y continuar, a failed update would halt the pipeline before the alert ever runs.Asignar salida de acción a 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. Reintentos How many times Level retries this action if it fails. Default is 0 (no retries). Enter a whole number.
NOTA:
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.Condiciones
Every action also has a
Condiciones
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 Condiciones de acción for the full reference on all condition types, operators, and values.
Preguntas frecuentesCan 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 Asignar salida de acción a 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 Espacio de trabajo → Permisos
for access control configuration. Technicians with permission to edit automations in the relevant group. See Workspace → Permissions for access control configuration.



