Tagged Questions
The sqlworkflowpersistencese tag has no wiki summary.
1
vote
1answer
41 views
How to Create One Instance per Bookmark?
Background:
We currently use WF 4 and the SQL Workflow Instance Store to persist our workflows at each bookmark. The first time a workflow is persisted, a new record is created in the table ...
1
vote
1answer
86 views
workflow 4.0 persistence status change
I have submission web page, after submission i am sending the data to workflow to save it to the database this also stores the instance created by the workflow in workflow database. my expection is to ...
1
vote
1answer
1k views
Windows Workflow Foundation 4.0 and Persistence
I'm using Visual Studio 2010 Beta 2 to learn to use Workflow Foundation (WF) version 4.0 prior to the upcoming release of Visual Studio 2010. One thing I've noticed is that if I persist a Workflow in ...
0
votes
0answers
18 views
WF 4 persistence when using Security pack
We had a correctly running workflow, which was persisted using SqlWorkflowInstanceStore
Then, due to some security improvements, we wrapped the sequences in the workflow into the ...
0
votes
1answer
43 views
Basic WIndows Workflows 4 Persistance in a webserver hosted .xamlx services not working
I'm trying to create a Windows Workflow 4 Service hosted in IIS. I've configured the service as below
<system.serviceModel>
<services>
<service name="ApprovalService" ...
0
votes
1answer
141 views
How do I add a custom PersistenceIOParticipant for webserver hosted .xamlx services using the web.config
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 ...
0
votes
1answer
460 views
Is it possible to change the Sql Workflow Persistence Service table and stored procedure names?
I'm using the default Sql Workflow Persistence Service to manage workflow persistence in an application I'm developing. I used the scripts provided by Microsoft to generate the schema and logic in a ...