Solaris AISolaris AI FlowDocs
Core Concepts

Workflows

What a workflow is and how it's managed.

View as Markdown

A workflow is a directed graph of nodes connected by edges. It defines an automation - what to do, in what order, and how data flows between steps.

Lifecycle

  • Draft - created but never run
  • Saved - configured with nodes and edges, ready to execute
  • Running - currently executing (one active execution at a time per workflow)
  • Completed/Failed - last run finished with success or error

Metadata

Each workflow has:

FieldDescription
NameDisplay name (max 200 characters)
DescriptionOptional summary (max 5000 characters)
FolderOrganizational grouping
Trigger typeManual, webhook, or cron
Enabled stateWhether automated triggers are active
ScheduleCron expression, when the workflow uses a cron trigger
VersionIncremented on marketplace publish updates

Limits

You can create up to 150 workflows per account. This is a universal safety guardrail (the same for every account), not a paid tier.

When you hit the limit, delete an existing workflow to create a new one.

Next steps

  • Nodes - the building blocks of workflows
  • Triggers - what starts a workflow

On this page