maestro
latest
false
Maestro user guide
- Introduction
- Getting started
- Building with Maestro BPMN
- Understanding Maestro BPMN modeling
- Opening the modeling canvas
- Modeling your process
- Aligning and connecting BPMN elements
- Autopilot for Maestro (Preview)
- Process Repository
- Implementing a simple BPMN process
- Implementing a complex BPMN process
- Debugging
- Simulating
- Evaluations (Preview)
- Common implementation scenarios
- Building with Maestro Case
- Introduction to Maestro Case
- Maestro BPMN vs. Maestro Case: when to use case management
- The Maestro Case lifecycle: from event trigger to app experience
- Build your first case with Maestro Case
- Build a Maestro Case with a coding agent (preview)
- Defining case keys (system vs. external)
- Establishing task I/O and write-back contracts
- Exit rules and early stage termination
- Modeling primary and secondary stages
- Triggering a case from Data Fabric
- Implementing stage-level personas and permissions
- Setting SLAs and automated escalation rules
- Configuring a rework loop (re-entry)
- Configuring and testing the Case Manager Agent (preview)
- Case Manager input and output contract
- Maestro Case component dictionary
- Building with Maestro Flow
- Maestro Automate
- Integrations
- Operating
- Monitoring
- Optimizing
- Reference information
Placeholder node that passes execution without performing any action during flow modeling.
A placeholder node with no behavior. Use it to sketch the shape of a flow before implementing the actual logic — it passes through execution without doing anything and produces no output.
When to use Mock
- Modeling: Rough out the structure of a complex flow before wiring in real nodes.
- Stubbing: Hold a position in the flow where a node will be added later without breaking the flow's structure.
The Mock node is not intended for output simulation. To return a fixed value during testing without calling an external service, use a Script node that returns a hardcoded value.
Configuration
The Mock node has no configuration fields.
Output
The Mock node produces no output. Downstream nodes cannot reference any output from a Mock node.
Notes
- A Mock node that is wired into the flow will execute (passing control to the next node) but does nothing.
- Mock nodes should be replaced before publishing a flow to production.