DocumentStorageType
¶
Represents the location or format in which a document container is stored as.
- DocumentStorageType.Temp¶
=
1
An 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¶
=
3
Identifies an application that has been archived.
- DocumentStorageType.Workflow¶
=
4
The application is currently being processed by a workflow and will transition to the
DocumentStorageType.Archive
state when the workflow has finished.
- DocumentStorageType.Pending¶
=
5
The application is currently being processed, for example, code line is recognised.
- DocumentStorageType.Holding¶
=
6
The 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.