maestro
latest
false
- 简介
- 流程建模
- 流程实施
- 流程运营
- 流程监控
- 流程优化
- 许可
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Maestro 用户指南
上次更新日期 2025年10月30日
Does Maestro replace ReFramework?
- No. Maestro orchestrates end-to-end processes. The ReFramework still supports running transactional UI performers, especially those that are queue-driven.
When do I use one or the other?
- Use Maestro for long-running, multi-actor flows. Use ReFramework for robust, queue-based UI tasks. Use both when a process needs orchestration plus reliable execution.
How do we use Queues in an Agentic Process?
- Have Maestro start jobs or create queue items, let ReFramework performers process them.
How do we keep REFramework "economies of scale" (log in once, do many)?
- Keep using Queues and Robot Performers for batched UI work. Maestro orchestrates around them.
Should ReFramework ever be used with an Agentic process?
- Yes. Use ReFramework for the RPA performers. Maestro orchestrates the end-to-end flow. Only RPA robots should be queue performers.
Can’t we already do everything with ReFramework?
- You can, but you pay an "orchestration tax": custom chains of queues or state tracking, brittle cross-step retries, weak visibility. Maestro provides native process-level control.
Why isn’t Maestro, or an Agentic Process, a queue "performer" ( reading directly from a Queue) ?
- Maestro is the orchestrator. Queue performers will remain for RPA robot. An Agentic process maps 1:1 to a unit of work, which is effectively the queue item. This implies that the process is the "queue", not a consumer of it. If you need Maestro to drive off work, modify or replace the dispatcher to invoke Maestro directly (Run Job) instead of creating a queue item.