Welcome to Operion
A powerful workflow automation platform for event-driven applications
Welcome to Operion documentation! Operion is a comprehensive workflow automation platform that enables you to build, deploy, and manage event-driven workflows with ease.
What is Operion?
Operion provides a complete solution for workflow automation, offering:
- Event-Driven Architecture: React to events from Kafka, message queues, and other sources
- Visual Workflow Viewer: View and understand workflow structures using an interactive node-based interface
- Production-Ready Deployment: Deploy with Docker or Kubernetes with built-in observability
- Flexible Triggers: Support for various trigger types including Kafka, queues, and custom triggers
Getting Started
Core Concepts
Triggers
Triggers are the entry points for your workflows. Operion supports various trigger types:
- Kafka Trigger - React to Kafka messages
- Queue Trigger - Process messages from queues
- Custom Triggers - Build your own trigger types
Workflows
Workflows define the business logic and processing steps for your automation. Use the Visual Workflow Viewer to view and understand existing workflows, or create them via the API.