🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Workflow management
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.

A process represents a workflow: the order in which work should be done.

Model a process in MDriven Designer

  1. Open a process from the repository tree by double-clicking it.
  2. MDriven Designer shows the process in the Processes view of the Enterprise Window.
  3. Create the steps involved in the process.

Processes can serve as documentation of the domain being designed.

Processes and state diagrams

Use a process to describe the order of work. Use a state diagram to describe an object's states.

The Designer overview describes a StateMachine diagram as creating a State attribute on a class. This state attribute represents the class's state.

See also