Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 NServiceBus 及其 Saga 的新手......是否可以在 sagas 中实现条件流?saga: s->a->b->e 在'a',我应该可以选择是去b还是新的状态c。从'c'再次我应该到达e
简短的回答是的。
Saga 是流程的协调者。根据状态,发送由 saga 处理的一种或另一种类型的消息以到达一种或另一种状态。