Skip to main content

Workflow Builder

At a glance

Workflow Builder is Ontologie's visual orchestrator. It lets you create automations by assembling blocks on a canvas — no code required. A trigger starts the workflow, action blocks transform and enrich data, and the result is stored or sent to another system.

Example: after each document import, a workflow extracts mentioned entities, creates them in the ontology, then sends a confirmation email to the data team.

What you will do

  • Build a minimal executable workflow (trigger + action + output)
  • Configure each block with reliable inputs
  • Connect blocks to define the execution path
  • Test your workflow and analyze the result

Key vocabulary

TermMeaningExample
TriggerBlock that starts the workflow execution.Start, Schedule, Webhook, Entity trigger
BlockUnit of action on the canvas. Each block does one thing.Prompt, Condition, Transform, Ontology
ConnectionLink between two blocks defining execution order.Start → Prompt → Output
RunA single execution of the workflow from start to finish.Test run, scheduled run
CheckpointAutomatic save point during execution. Enables resume after failure.After each completed block
SubflowA workflow nested inside another workflow.Validation workflow called from an import workflow

Block categories

CategoryBlocksUsage
TriggerStart, Schedule, Webhook, Entity triggerWorkflow entry point
FlowCondition, Loop, Split, Merge, Wait, ParallelBranching logic and control
AIPrompt, Semantic search, Hybrid searchQuery an LLM or the knowledge base
DataOntology, Entity lookup, Graph neighbors, Transform, Filter, AggregateRead, filter, and transform data
IntegrationTool, Subflow, Send emailCall an external service or send a notification
ControlDelay, Error handler, Checkpoint, Retry, TimeoutHandle errors and timing
  • Ontology: the Ontology and Entity lookup blocks read and modify your entities.
  • Knowledge Base: the Semantic search block queries your imported documents.
  • AI Agent: the AI Agent block delegates a complex question to the agent.
  • Live Data: an Entity trigger starts a workflow when a data source is updated.

Expected result

You have a reproducible, testable workflow that your team can read. Every execution is traced and can be resumed from a checkpoint if it fails.

Need help?

Write to us: Support and contact.

What's new