sqlworkflowpersistencese

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 SQL database. Up until now, it's worked great; however, I'd like to change the names of both the tables and stored procedures to comply with...

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 the SQL Database persistence store, and then load it back into the application later and complete the workflow, the record is removed from...

workflow 4.0 Load problem after workflow service restart

Good day, I have problem with workflow engine hosted with windows service. During workflow service working, workflow goes into a state unloaded, after the workflow application load method calling is correct loaded, but if I restart the workflow service, then after workflow application load methhod call I can`t load persistend workflow fr...