WF 4 persist and durable workflow
i want to ask if i 开发者_如何学JAVAcan make persist and durable workflow application without using workflow services. is that possible ?. Because as i found in a forum the only way to persist workflows is with workflow services. Thx for your time.
You can also persist workflows hosted in a WorkflowApplication
. You just can't use persistence with WorkflowInvoker
.
This post shows how to persist your workflow using a WorkflowApplication as well as a WorkflowServiceHost.
精彩评论