- 简介
- 入门指南
- 流程建模
- 流程实施
- 流程运营
- 流程监控
- 流程优化
- 参考信息

Maestro 用户指南
Configuring properties is how you make your process run. It's where your BPMN diagram becomes an executable workflow. Every event, task, or gateway in Maestro has runtime properties that define what it does, what data it uses, and what happens next.
Use the Properties panel to connect your process to automations, agents, or APIs, and the Data Manager to handle variables and mappings. Together, they control how information moves through your process.
- Select an element on the canvas.
- Open the Properties panel using the wrench icon in the upper-right corner.
- Under Implementation, choose an action, for example, Start and wait for RPA workflow.
- Add or select Inputs and Outputs to pass data between steps.
- Review variables in the Data Manager and test your setup.
| 版块 | 用途 |
|---|---|
| 常规 | Define the element name, description, and system ID. |
| 实施 | Choose the runtime action (e.g., call an automation, agent, or connector). |
| Inputs / Outputs | Map variables, expressions, or Data Fabric fields used by the element. |
| XML | Inspect the raw BPMN XML (for advanced users or support). |
Element-level retries let you define how Maestro should automatically retry a task-level failure before marking it as faulted. Use this feature to handle temporary issues without manual intervention.
Why use it?
When a task fails, Maestro can re-execute it based on a retry strategy that you define in the Properties panel. This helps stabilize long-running processes by absorbing transient errors and giving dependent systems time to recover.
- Select a task element (for example, Service task).
- In the Properties panel, expand Error handling → Element-level retries.
- Turn Retry on failure on.
- Choose or edit the retry strategy parameters:
- Max retries: Number of retry attempts before the task fails permanently.
- Initial delay: Time to wait before the first retry (ISO 8601 duration, for example
PT1S). - Backoff type: Static, Linear or Exponential.
- Exponential base: (Optional) applied when Exponential backoff is selected.
- Max duration: (Optional) maximum delay between retries.
- Retry on errors: Choose which errors should trigger retries (for example, All).
The Data Manager centralizes every variable, argument, and data source in your process.
- Define inputs and outputs once, then reuse them across tasks.
- Preview data structures from Data Fabric or connector payloads.
- Validate and test expressions before deployment.
InvoiceId, ApprovalStatus) to simplify debugging and monitoring later.