- Einführung und Erste Schritte
- Startseite von Maestro
- Prozessmodellierung
- Prozessimplementierung
- Prozessabläufe
- Prozessüberwachung
- Prozessoptimierung
- Lizenzierung
- Referenzinformationen

Benutzerhandbuch zu Maestro
Simulation in Maestro lets you preview how a process will behave—without executing it in production. You can validate control flow, inspect variable changes, and identify design flaws early, before connecting to robots or external agents.
You can simulate both:
- Control flow: sequences, conditions, and gateways
- Data flow: inputs, outputs, and variable propagation
This makes it easier to understand the end-to-end behavior of your process during design.
Führen Sie eine Simulation durch, um:
- Preview how a process behaves before implementation
- Logik früh in der Entwurfsphase zu validieren
- Bedingte Flüsse und Gateway-Ergebnisse zu untersuchen
- Test data movement without requiring robots or agents
Die Simulation ist besonders nützlich während des iterativen Designs oder bei der Arbeit mit großen, modularen Prozessen.
Simulation does not run the actual tasks (such as robot jobs, API calls, or agent actions). Instead, it:
- Bewertet Sequenzflüsse.
- Lets you choose which outgoing path to follow at gateways.
- Highlights the simulated path directly on the canvas.
- Displays current variable values in the right panel.
- Lets you pause and resume execution at any step.
Sie können die Simulationsspur und die Datenwerte bei jedem Schritt überprüfen, um das erwartete Verhalten zu bestätigen.
So simulieren Sie Ihren Prozess in Studio Web:
- Wählen Sie einen Maestro-Prozess in Ihrer Lösung.
- Right-click on a Start element in the process and choose Simulate.
- Select Start Simulation. The simulation begins immediately from that Start event.
The process will simulate visually—each path will be highlighted based on logic execution. The execution trail shows the status and the corresponding step, as well as the detected incidents.
- Switch gateway paths: when reaching a gateway, choose the outgoing branch to follow.
- Pause execution: right-click an element and select Add pause. The simulation will stop when it reaches that element. You can also hover over the canvas and click the pause icon when it appears to add pause in that particular place.
- Resume execution: right-click the paused element and select Remove pause to continue. You can also hover over the canvas and click the pause icon when it appears to remove pause in that particular place.
Tipp | Beschreibung |
---|---|
Gateway-Logik beachten | You select which branch to follow. This helps verify the modeled alternatives. |
Parallel- oder Mehrinstanzverhalten überprüfen | You can visualize parallel paths or iterations with lists. |
Unvollständige Modelle testen | Simulation runs even if tasks are not fully configured, allowing safe iteration. |