Skip to content

Use Case: Migrate from Flowise/Dify/n8n to MIFY

You have existing workflows in Flowise, Dify, Langflow, or n8n but want MIFY’s additional features — HITL approval, marketplace, content generation, multi-provider support.

MIFY can import workflows from all four platforms and convert them to native MIFY format.

PlatformHow to Export
FlowiseChatflows → Export → JSON
DifyApps → Export → YAML
LangflowFlows → Export → JSON
n8nWorkflows → Export → JSON

On the Canvas, click Import (upload icon in toolbar):

  1. Select your platform (Flowise, Dify, Langflow, or n8n)
  2. Paste or upload the exported file
  3. MIFY converts it to native format
  4. Review the converted workflow on the canvas

Or via API:

Terminal window
curl -X POST \
-H "Authorization: Bearer mify_xxx" \
-H "Content-Type: application/json" \
-d '{"chatflow": {...your JSON...}}' \
https://your-instance/api/graphs/import/flowise

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

If you have opaque nodes (couldn’t be fully converted), connect MIFY to your original platform:

  1. Go to Settings → Connections
  2. Add your platform URL and API key
  3. Opaque nodes will call your original platform for execution

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

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

For ongoing cross-platform work, visit the Integration Hub at /integrations:

  • 28+ platform connections
  • Health monitoring per platform
  • Quick-connect flows
  • 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