micro-services 完成某事后的交流

communication between micro-services after completed some thing

假设我们有两个微服务:MeetingProposalMeeting

创建会议的过程:

问题:
我们应该如何将这两个进程相互连接起来 (after proposal accepted => create meeting automatically)?

它被称为业务流程管理long 运行 flowssagas , 或类似的(see this)

我们应该使用一些编排引擎,例如 Cadence or Netflix Conductor 或任何其他编排引擎。