SqlWorkflowInstanceStoreElement.InstanceCompletionAction Property

Definition

Gets or sets whether workflow instance data is kept in the persistence store after the workflow instance completes or if it is deleted at that point.

public:
 property System::Activities::DurableInstancing::InstanceCompletionAction InstanceCompletionAction { System::Activities::DurableInstancing::InstanceCompletionAction get(); void set(System::Activities::DurableInstancing::InstanceCompletionAction value); };
[System.Configuration.ConfigurationProperty("instanceCompletionAction", DefaultValue=System.Activities.DurableInstancing.InstanceCompletionAction.DeleteAll, IsRequired=false)]
public System.Activities.DurableInstancing.InstanceCompletionAction InstanceCompletionAction { get; set; }
[<System.Configuration.ConfigurationProperty("instanceCompletionAction", DefaultValue=System.Activities.DurableInstancing.InstanceCompletionAction.DeleteAll, IsRequired=false)>]
member this.InstanceCompletionAction : System.Activities.DurableInstancing.InstanceCompletionAction with get, set
Public Property InstanceCompletionAction As InstanceCompletionAction

Property Value

An enumeration of the actions that can occur when an instance completes.

Attributes

Remarks

The enumerated actions consist of deleting the instance data from the persistence store or not deleting the instance data from the persistence store, when the instance has completed its operation.

Applies to