Skip to main content

Key terms

A quick reference for the terms used throughout Attlaz. For a narrative introduction, see Core Concepts.

TermDefinition
WorkspaceYour organisation on Attlaz — holds your team members and projects.
ProjectA single integration or automation effort, containing one or more environments.
EnvironmentAn isolated instance of a project, such as development, staging or production.
FlowAn automated workflow made up of a trigger, logic, actions and reports.
Flow runA single execution of a flow, with a status of Pending, Running, Complete, Failed, Stopped or Canceled.
TriggerWhat starts a flow — an API call, a webhook, a schedule, or an incoming email.
RunnerA process that executes flow runs.
Runner poolA group of runners that process a flow's runs; each environment has a default pool.
External serviceA third-party service such as Magento, Google or Slack.
AdapterThe Attlaz component that connects to an external service.
Adapter connectionYour configured instance of an adapter, holding the credentials for one account.
Provider tokenThe OAuth token behind a connection, refreshed automatically by Attlaz.
Code sourceA repository whose code Attlaz deploys and runs as part of a flow.
DeploymentA build of a code source that runners execute.
StorageTiered data storage that flows can read from and write to.
CatalogA named selection of products the product apps operate on.
Workspace memberA user who belongs to a workspace, with a role that governs their access.