Hi Chadani,
you can try Mendix workflows. workflow is a visual and structured way to model and automate business processes that involve human tasks, decisions, and system actions. It allows you to define how a process flows from start to finish, who is involved, and what needs to happen at each step.
for more information on Work flow follow the below link.
Cheers!
I’m trying to create a flowchart using Mermaid graph widget from marketplace inside a Mendix application. The goal is to visualize a sequence of operations (like a process flow), and I want to render this using Mermaid syntax.
graph TD
Start --> Operation1
Operation1 --> Operation2
Operation2 --> End
Any guidance, code examples, or sample projects would be really appreciated!
Thanks in advance 🙏