Creating Workflows in Deskree Platform 🚀
How to Create a Workflow
In Deskree Platform, you can create workflows using two methods: 1️⃣ JSON Definition – Directly define the workflow using a JSON file.2️⃣ Visual Canvas Interface – Use a no-code interface to design workflows visually. Regardless of the method you choose, workflows follow the Nanoservice-ts JSON structure precisely. 📌 Learn more about the Nanoservice-ts workflow format:
🔗 Workflow Structure & Format
1. Creating Workflows via JSON
Workflows can be written in JSON format, defining triggers, nodes, and data mapping.Example JSON Workflow
- ✅ Fully customizable
- ✅ Directly editable in any code editor
- ✅ Follows Nanoservice-ts JSON structure
2. Creating Workflows via Visual Canvas
For a no-code experience, Deskree Platform provides a Visual Canvas Interface that allows you to:- 🖱️ Drag & drop nodes
- 🔗 Visually connect workflows
- ⚙️ Configure settings through UI
- ✅ Faster prototyping & workflow design
- ✅ Easier debugging with real-time visualization