Zheglov
Zheglov

Reputation: 61

Custom Instance Store with WorkflowService hosted in IIS

Can anyone help me with Custom InstanceStore (class derived from InstanceStore) for Workflow Foundation 4.5?

I want to enable it in my WF service from web.config. But I can write only sqlWorkflowInstanceStore to behavior section.

How can I do this?

Upvotes: 0

Views: 159

Answers (1)

Ken W
Ken W

Reputation: 999

Microsoft provides official custom instance store documentation on their website at https://msdn.microsoft.com/en-us/library/ee829481(v=vs.110).aspx

Upvotes: 1

Related Questions