Expand description
Automation Engine Module
Provides workflow automation capabilities:
- Rule-based triggers and actions
- Scheduled tasks
- Event-driven workflows
- Conditional logic
- Action chaining
Structs§
- Action
Result - Result of an action execution
- Automation
Engine - Automation engine
- Execution
Context - Workflow execution context
- Session
Filter - Session filter for actions
- Workflow
- Workflow definition
- Workflow
Run - Workflow run record
Enums§
- Action
- Action to execute in a workflow
- Compare
Op - Comparison operator
- Condition
- Condition that must be met for workflow to execute
- Error
Strategy - Error handling strategy
- File
Change Event - File change event types
- LogLevel
- Log level
- Notification
Channel - Notification channel
- RunStatus
- Workflow run status
- Sync
Direction - Sync direction
- Trigger
- Trigger that starts a workflow