Reputation: 855
i want to ask if i can 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.
Upvotes: 0
Views: 881
Reputation: 427
This post shows how to persist your workflow using a WorkflowApplication as well as a WorkflowServiceHost.
Upvotes: 1
Reputation: 704
You can also persist workflows hosted in a WorkflowApplication
. You just can't use persistence with WorkflowInvoker
.
Upvotes: 1