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.
它是 Windows 工作流基础状态机中的事务吗?不在顺序工作流中。以及如何管理来自主机的事务?
我有 3 个状态机,分别调用。如果第三个状态机抛出异常,我想将 3 个状态机恢复到以前的状态。
如果您的工作流主机具有 InstanceStore 设置,并且状态机在事务之前的某个时间点保持不变,则当事务中止时,当前实例将被放弃。
下次您恢复工作流时,它将从事务之前的持久性点恢复。