如果我收到多条相同格式的消息,会创建多少个编排实例?

How many orchestration instance are created if I’m receiving multiple messages of same format?

如果我收到多个相同格式的消息实例,那么将创建多少个编排实例,我如何检查它在管理控制台中创建了哪些实例?

默认行为是获得与消息实例一样多的业务流程。如果您不想这样做,则需要遵循其他模式,例如 Singleton Orchestration、Convoy Orchestrations 或 Throttling Orchestration 模式。

您可以在 运行 实例下查看当前的业务流程,以及在跟踪的实例下查看已完成的业务流程。