我正在运行Workflow4活动,并使用SQL持久实例化在工作流挂起时将其持久化。我断断续续地得到一个InstanceOwnerException,它可以通过重新创建实例存储来修复。System.OperationCanceledException: An error processing the current work item has caused the workflowSystem.Runtime.DurableInstancing.InstanceOwnerException: The execution of an Inst
== null) _Store = new SqlWorkflowInstanceStore(persistenceConnectionString);();
var view = _Store.Execute(instanceHandle, createOwnerCmd, TimeSpan.FromSeconds(30));an InstancePersistenceCommand was interrupted because another valid Inst