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.
可能吗?或者 Camunda 不允许并行接收任务? https://docs.camunda.org/manual/7.9/reference/bpmn20/tasks/receive-task/
这取决于您在等待什么消息。如果您在每个任务中等待不同的消息,则应该没有问题,您可以在并行网关后面对多个接收任务进行建模。但是,如果所有任务都在等待相同的消息,我会建议使用不同的建模策略。只需等待带有单个接收消息任务(或事件)的消息,在收到消息后,您可以使用并行网关拆分流。
我希望这能回答你的问题
只是为了添加到我的@MuffinMICHI 建议的解决方案中,第一种方法可以如下完成:这里我有目录列表: