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

Plan limits

PlanMax Workflows
Free15
ProUnlimited
UltraUnlimited

When you hit your workflow limit, you must upgrade or delete existing workflows to create new ones.

Next steps

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

On this page