我正在使用WF4.5和Microsoft.Activities.UnitTesting。我为我的工作流服务定义了DefinitionIdentity。调用WorkflowServiceTestHost.Open时,它将提供以下异常:
System.NotSupportedException:持久性提供程序实现 InstanceStore不支持命名命令 {瓮:架构 - 微软-COM:System.Activities.Persistence /命令} CreateWorkflowOwnerWithIdentity。 选择其他提供程序,或确保此持久性 命令未被尝试。
似乎是因为Microsoft.Activities.UnitTesting.Persistence.MemoryStore没有提供CreateWorkflowOwnerWithIdentityCommand。有人实现了吗?感谢。