Overview
Workflows in EnConvo allow you to chain multiple plugins and actions together, automating complex tasks with a single command. Instead of running individual actions separately, create workflows that handle entire processes automatically.What Are Workflows?
A workflow is a sequence of actions that execute in order:- Search the web for a topic
- Summarize the findings
- Format as a report
- Save to your Knowledge Base
Why Use Workflows?
Save Time
Automate repetitive multi-step processes
Consistency
Ensure the same steps every time
Complexity Made Simple
Handle complex tasks with one command
Customization
Tailor workflows to your exact needs
Built-in Workflows
EnConvo includes several pre-built workflows:| Workflow | Description |
|---|---|
| Research Summary | Web search → Analyze → Summarize → Format |
| Content Review | OCR/Input → Grammar → Style → Improve |
| Code Analysis | Read code → Explain → Review → Document |
| Translation Pipeline | Detect language → Translate → Proofread |
| Meeting Notes | Transcribe → Summarize → Action items → Save |
Workflow Components
Triggers
How a workflow starts:- Manual: Run from SmartBar with
/workflow name - Hotkey: Assign a keyboard shortcut
- Automatic: Triggered by events (e.g., file added)
- Scheduled: Run at specific times
Actions
The steps in your workflow:- AI prompts
- Plugin calls
- File operations
- Data transformations
- Conditional logic
Outputs
Where results go:- Display in chat
- Copy to clipboard
- Save to file
- Add to Knowledge Base
- Send notification
Running Workflows
From SmartBar
From Companion Bar
Click the Workflows icon and select a workflow to run.With Keyboard Shortcuts
Assign hotkeys in Settings → Workflows → [Workflow] → ShortcutQuick Start
1
Explore Built-in Workflows
Try the pre-built workflows to understand how they work
2
Identify Repetitive Tasks
Notice tasks you do repeatedly that involve multiple steps
3
Create Your First Workflow
Follow the Creating Workflows guide
4
Refine and Optimize
Test, adjust, and improve your workflows over time
Example Workflows
Daily News Digest
Daily News Digest
- Search news for specified topics
- Summarize each article
- Compile into digest format
- Save to Notes app
Code Documentation
Code Documentation
- Read selected code file
- Generate JSDoc/docstring comments
- Create README section
- Save documentation
Email Response
Email Response
- Read email content
- Analyze tone and intent
- Draft appropriate response
- Review and copy to clipboard
Content Localization
Content Localization
- Extract text content
- Translate to target language
- Adapt cultural references
- Format for target audience