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.
我正在使用 PersistenceIOParticipant 将工作流状态写入自定义数据库表。我需要工作流 ID - 知道如何从 BeginOnSave 中访问它吗?
据我所知,唯一的方法是从执行上下文中检索它并将其传递给您的服务。