Enabling Working Set Completion
- Last UpdatedApr 30, 2026
- 1 minute read
The workingSetProcessorCompleteWorkingSet setting enables\disables the ability to complete the Working Set consisting of Tags and\or Documents uploaded when some validation errors have been identified.
|
Value |
Prerequisites |
Expected Behavior |
|---|---|---|
|
true |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the following setting is set to true (which is the default value), the Working Set consisting of Tags and\or Documents uploaded is completed automatically if neither reserved nor checked out Tags or Documents persist; otherwise, it remains in the For Verification status: <BulkUpload ... workingSetProcessorCompleteWorkingSet="true" ... /> |
|
false |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the value is set to false, the Working Set consisting of Tags and\or Documents uploaded is completed automatically if neither reserved nor checked out Tags or Documents persist and no validation errors have been identified; otherwise, it remains in the For Verification status. |