This documentation is archived and is not being maintained.
SqlWorkflowInstanceStore Properties
Visual Studio 2010
The SqlWorkflowInstanceStore type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectionString | Gets or sets a connection string with parameters that are used to connect to an underlying persistence database. |
|
DefaultInstanceOwner | Gets or sets the default instance owner. (Inherited from InstanceStore.) |
|
EnqueueRunCommands | Gets or set a value that indicates whether Run commands are enqueued. This property is used internally by the SQL Workflow Instance Store and it should not be used in your applications. |
|
HostLockRenewalPeriod | Specifies the time period within which the host renews its lock on a workflow service instance. |
|
InstanceCompletionAction | Specifies the action to be taken after a workflow instance completes. Possible values are “DeleteNothing” and “DeleteAll”. The default value is “DeleteAll”. If the property is set to “DeleteNothing”, the persistence provider keeps all the instance data and metadata in the persistence database after the workflow instance completes. If the property is set to “DeleteAll”, the persistence provider deletes all the instance data and metadata after the workflow instance completes. |
|
InstanceEncodingOption | Specifies a value that indicates whether the instance data must be compressed. |
|
InstanceLockedExceptionAction | Specifies the action to be taken when the persistence provider catches an InstanceLockedException. |
|
MaxConnectionRetries | |
|
RunnableInstancesDetectionPeriod | Specifies the time period after which the SQL Workflow Instance Store runs a detection task to detect any runnable or activatable workflow instances in the persistence database after the previous detection cycle. |
Show: