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.
我正在寻找一种方法来模拟两个活动流(在活动图中),这并不重要,哪个首先开始,但第二个必须等待,直到第一个结束。
我知道,存在并发活动的开始(拆分)和结束(加入)。但它们不符合我的需要。
您知道如何随机启动第一个流程而不是按顺序处理吗?