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.
你知道是否可以设置一些计时器事件/任务来等待一段时间以接收一些动作?例如,我需要设置一些机制来调用计时器任务,例如等待 10 秒,然后我将重新启动检查过程。
谢谢,
你可以试试<pick>它实现了延迟选择工作流模式,即它可以同时等待多个消息和多个计时器。首先发生的事件获胜,包含的活动将被执行。
<pick>
因此,我们已经根据需要使用了 BPMN 的存在。