Persistence questions
First-
I'm just coming back to adding persistence since the beta 1 version of my WF. I find some params that are not documented clearly:
WorkflowPersistenceService
persistenceService =newSqlWorkflowPersistenceService("Initial Catalog=SqlPersistenceService;Data Source=localhost;Integrated Security=SSPI;",true,newTimeSpan(1, 0, 0),newTimeSpan(0, 0, 10));The last param "loadingInterval" - does it mean that the wf will be persisted when it has been Idle this long? or something else? I'd like to only persist when my wf has been idle for 10 seconds, since it can take 5 seconds for an external activity to finish up, and I don't want to persist out in that case.
Second -
Where can I get example sql scripts to set up the db for persistence? I don't find them in the July CTP.
Thanks!
Riley

