Configuring WorkflowServiceHost

This section contains a set of short "how to" topics that briefly describe how to configure different features of the WorkflowServiceHost class in configuration. These topics cover workflow service specific configuration, all other configuration is done in the same way as a regular WCF service.

In This Section

How to: Configure Persistence with WorkflowServiceHost
Describes how to configure persistence for a workflow service using WorkflowServiceHost.

How to: Configure Tracking with WorkflowServiceHost
Describes how to configure workflow tracking for a workflow service using WorkflowServiceHost.

How to: Configure Idle Behavior with WorkflowServiceHost
Describes how to configure the idle behavior of a workflow service using WorkflowServiceHost.

How to: Configure Workflow Unhandled Exception Behavior with WorkflowServiceHost
Describes how to configure the unhandled exception behavior for a workflow service using WorkflowServiceHost.

See also