Auto Check-In Options
- Last UpdatedApr 30, 2026
- 1 minute read
The workingSetProcessorCheckin setting dictates what types of objects should be automatically checked in during the data upload process initiated by the Information Manager.
|
Value |
Prerequisites |
Expected Behavior |
|---|---|---|
|
None |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the value of the following parameter is set to None, neither Tags nor Documents are to be automatically checked in during the data upload process: <BulkUpload ... workingSetProcessorCheckin="None" ... /> |
|
Tags |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the value of the following parameter is set to Tags, only Tags are to be automatically checked in during the data upload process: <BulkUpload ... workingSetProcessorCheckin="Tags" ... /> |
|
Documents |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the value of the following parameter is set to Documents, only Documents are to be automatically checked in during the data upload process: <BulkUpload ... workingSetProcessorCheckin="Documents" ... /> |
|
All |
<BulkUpload ... enableWorkingSetProcessor="true" ... /> |
When the value of the following parameter is set to All (which is the default value), both Tags and Documents are to be automatically checked in during the data upload process: <BulkUpload ... workingSetProcessorCheckin="All" ... /> |