WorkflowDefinitionRunOnPolicyUpdate Property |
Run On Policy Update - Specifies if the workflow should be applied to existing members of a Transition Set in the Set Transition Policy referencing this workflow when the policy is created, enabled or when selected changes are made to the policy.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> RunOnPolicyUpdate { get; set; }
Public Property RunOnPolicyUpdate As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> RunOnPolicyUpdate {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member RunOnPolicyUpdate : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also