sqlworkflowpersistencese

WWF: SqlWorkflowInstanceStoreBehavior verus SqlWorkflowInstanceStore

本小妞迷上赌 提交于 2019-12-13 04:39:49
问题 I have a Windows Service wrapping a WCF Service, which contains a WorkflowApplication, which runs Activities. I have also configured SQL Server 2008 Express (I know, it's approaching EOL, but the documentation explicitly states that only SQL Server 2005 or SQL Server 2008 are supported) to host the database and the connection works . To be even clearer: The entire process of the Activity completes and receives the return (I'm calling it via the WCF client wrapped in PowerShell). The issue

How do I add a custom PersistenceIOParticipant for webserver hosted .xamlx services using the web.config

帅比萌擦擦* 提交于 2019-12-11 03:26:07
问题 I'm trying to duplicate the functionality below using web.config since I'm using webserver hosted .xamlx services host.WorkflowExtensions.Add(new HiringRequestInfoPersistenceParticipant()); I've tried the following from what I've been able to gather searching, but no satisfaction. <extensions> <behaviorExtensions> <add name="sqlTracking" type="ApprovalService.Persistence.HiringRequestInfoPersistenceParticipant, ApprovalService.Persistence" /> </behaviorExtensions> </extensions> Any help would