Skip to main content

Automations

Automations bring multi-step workflow capabilities to Chaos Cypher, enabling you to build automated knowledge extraction and processing pipelines.

Workflows

Managing Workflows

Navigate to Workflows in the sidebar to create, view, edit, and delete workflows.

Workflows page with automation list and controls

Workflow Steps

Each workflow contains ordered steps that execute sequentially. Steps reference tool plugins for execution logic.

Use the visual workflow builder to add, configure, reorder, and connect steps using drag-and-drop.

Available tool types for steps include AI tools (prompts, JSON extraction, embeddings, vector search), data tools (extract, merge), logic tools (conditional, loop), HTTP tools, and template tools. See Tool Plugins for the full list.

Workflow Execution

Click Run on a workflow to execute it. Progress is displayed in real-time with step-by-step status updates.

Queue monitor showing task execution status

Import/Export

Share workflows between databases or back them up:

Use the export/import buttons on the Workflows page to save and load workflow definitions as JSON files.

Triggers

Triggers connect events to workflow execution:

TriggerFires when
Source UploadA new source is uploaded
Extraction CompleteEntity extraction finishes
ScheduleOn a cron schedule
ManualUser-initiated

Configure triggers from the workflow detail view. Select the trigger type and configure its conditions.

Automations page showing the Triggers tab with event toggles

Visual Workflow Builder

The workflow builder provides a visual drag-and-drop canvas for designing workflows. Access it from the Workflows page in the web UI.

Workflow builder with drag-and-drop step canvas

The builder supports:

  • Drag-and-drop step placement from the tool palette
  • Visual connections between steps
  • Conditional branching with condition builder
  • Step configuration via properties panel
  • Test execution with live progress
  • Execution history panel