Adios Docs

Workflows

Workflows let you create backend automation beside the app code in a workspace.

Create

Use the workflow builder or the AI agent to create workflows for:

  • deployment gates
  • scheduled database backups
  • webhook transforms
  • security reviews
  • cleanup and maintenance jobs
  • approval-based operations

Trigger

Workflows can start from:

  • webhook requests
  • internal events
  • cron or scheduled triggers
  • manual runs from the UI or CLI

Execute

Workflow steps can call HTTP endpoints, transform JSON data, wait, request approval, or run exec steps. Exec steps run commands or scripts as tracked workflow steps, with logs, status, inputs, outputs, and errors attached to the run.

Inspect

Each run records step state and output so the Web IDE can show what happened after the original request has ended. Use this for long-running jobs, deploy reviews, backups, and operational automation.