Use Case: Migrate from Flowise/Dify/n8n to MIFY
The Problem
Section titled “The Problem”You have existing workflows in Flowise, Dify, Langflow, or n8n but want MIFY’s additional features — HITL approval, marketplace, content generation, multi-provider support.
The Solution
Section titled “The Solution”MIFY can import workflows from all four platforms and convert them to native MIFY format.
How to Migrate
Section titled “How to Migrate”Step 1: Export from Your Current Platform
Section titled “Step 1: Export from Your Current Platform”| Platform | How to Export |
|---|---|
| Flowise | Chatflows → Export → JSON |
| Dify | Apps → Export → YAML |
| Langflow | Flows → Export → JSON |
| n8n | Workflows → Export → JSON |
Step 2: Import into MIFY
Section titled “Step 2: Import into MIFY”On the Canvas, click Import (upload icon in toolbar):
- Select your platform (Flowise, Dify, Langflow, or n8n)
- Paste or upload the exported file
- MIFY converts it to native format
- Review the converted workflow on the canvas
Or via API:
curl -X POST \ -H "Authorization: Bearer mify_xxx" \ -H "Content-Type: application/json" \ -d '{"chatflow": {...your JSON...}}' \ https://your-instance/api/graphs/import/flowiseStep 3: Review the Conversion
Section titled “Step 3: Review the Conversion”After import:
- Mapped nodes → converted to MIFY equivalents (green)
- Opaque nodes → couldn’t be converted, delegates to original platform (yellow)
- Warnings → differences noted for your review
Step 4: Connect Your Platform
Section titled “Step 4: Connect Your Platform”If you have opaque nodes (couldn’t be fully converted), connect MIFY to your original platform:
- Go to Settings → Connections
- Add your platform URL and API key
- Opaque nodes will call your original platform for execution
Step 5: Enhance with MIFY Features
Section titled “Step 5: Enhance with MIFY Features”Now that your workflow is in MIFY, you can add:
- HITL approval gates between steps
- Provider packs to optimize AI costs
- Batch processing to run at scale
- Scheduling to automate
- Knowledge bases for RAG
- Audit trails for compliance
Step 6: Compare
Section titled “Step 6: Compare”Use MIFY’s comparison feature:
- Run the original (via platform adapter) and the MIFY version
- Compare outputs side-by-side
- Verify they produce the same results
Platform Integration Hub
Section titled “Platform Integration Hub”For ongoing cross-platform work, visit the Integration Hub at /integrations:
- 28+ platform connections
- Health monitoring per platform
- Quick-connect flows
Results
Section titled “Results”- Keep existing workflows running while migrating
- Gradual migration — convert one workflow at a time
- No downtime — opaque nodes bridge the gap
- Enhanced — add MIFY features to imported workflows immediately