🎉 Bem-vindo! Sinfonia é uma plataforma completa de orquestração de robôs, solicite já seu acesso.
Executions

Executions

This screen displays the bot execution history, allowing monitoring of status, details, and actions related to each execution.

Executions Screen

Table Structure

The main table presents the following fields:

ColumnDescription
BotName of the executed bot (e.g., bot index)
VersionBot version (e.g., 1.0.0)
ModeExecution mode (e.g., Parallel)
AgentMachine or environment where the bot was executed (e.g., winlocal2)
StatusExecution result (e.g., success, highlighted in green)
Started AtExecution start date and time (e.g., 17/04/2023 16:56:51)
Created ByExecution origin (e.g., cronjobs or watcher)
ActionsIcons to view details, edit, or re-execute the bot

Execution Status

Execution statuses are indicated by colored badges:

  • SUCCESS
    Successful execution
  • ERROR
    Automation execution error
  • RUNNING
    Execution in progress
  • STOPPED
    Cancelled or paused execution

Actions

Each execution has icons representing possible actions:

  • Info: Opens a screen with logs and execution information.
  • Re-execute: Allows repeating the execution with the same parameters.
  • Pause: Interrupts a running execution for 15 minutes.
  • Stop: Immediately interrupts a running execution.
  • Edit: Modifies parameters before re-executing.

Best Practices

  • Check status before re-executing bots.
  • Use filters to quickly locate specific executions.
  • Maintain control over who can start executions (via “Created By”).
Last updated on