PurgeVersionLock
When assigned to the Before Reconcile action of the Pre-post Reconcile section, the PurgeVersionLock handler removes locks on versions prior to posting a version. Use of this handler is recommended only if you notice a constant locking of versions when posting, and you have already tried changing your workflow to solve the issue.
This handler times out after two minutes by default. You can customize the Times Out After setting to a time that best suits your organization’s needs.
Property |
Description |
---|---|
Abort on Error |
When set to false (not case sensitive), the handler attempts to continue to the next handler, post, or reconcile. A value of true immediately stops and aborts the processing. The default value for Abort on Error is true. The ValidateNetworkTopology property configuration overrides configurations previously set with the Abort on Validation property configuration.
IMPORTANT: If a value other
than true or false (including an empty or and misspelled value) is
used for this property, the behavior for the property defaults to
false. If this property is missing, it defaults to true.
|
If your PurgeVersionLock handler is a Fire and Forget Response Type instead of Service Bus Response, it must be recreated if you want to take advantage of the Abort on Error property.