DocumentStorageType¶
Represents the location or format in which a document container is stored as.
- DocumentStorageType.Temp¶
=
1An unpublished application, possibly still be populated by a scanner or being constructed. Unpublished applications are not visible to users directly until published. Unpublished applications may be removed automatically after a certain period of time.
- DocumentStorageType.Archive¶
=
3Identifies an application that has been archived.
- DocumentStorageType.Workflow¶
=
4The application is currently being processed by a workflow and will transition to the
DocumentStorageType.Archivestate when the workflow has finished.
- DocumentStorageType.Pending¶
=
5The application is currently being processed, for example, code line is recognised.
- DocumentStorageType.Holding¶
=
6The application is currently on hold and is waiting to be picked up by a user to be transferred to a reviewer for further processing. Usually, applications are transferred into this holding state as part of application referral and/or application forwarding.