Workflows
A workflow is the lifecycle of an install or a component. It plans the change, surfaces a diff, runs through any approvals you’ve configured. Each workflow run’s logs and step state are visible in the dashboard, CLI, and TUI. How it works → WorkflowsAudit Logs
Install runners on AWS, Azure, and GCP can forward deployment, action workflow, and sandbox audit events directly to a customer-controlled OTLP logging backend. The destination and credentials remain in the customer’s cloud account. Only Nuon audit events are forwarded, not application logs or general runner logs. How to → Export Runner Audit LogsActions
An action is a custom script you run on a live install. Define it in TOML, point it at a repo, set environment variables. It runs inside the customer’s account — on a cron, on a lifecycle event (post-deploy-component, pre-reprovision, etc.), on a manual trigger, or as a one-off from the dashboard.
Typical uses: healthchecks, database migrations, runbooks, debugging stuck installs.
How it works → Actions