Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An enumerated type describing the various states a bag can have in its lifetime.

  • STAGED DEPOSITED - The ingest-server has created a DB record for the bag after being notified by an intake service that one was ready.notification from an intake service
  • INITIALIZED - The ingest-server has performed necessary tasks before tokenizing (extracting form an archive/file counts and sizes for metadata)
  • TOKENIZED - The ingest-server has created ACE tokens for a bag and written them to a file for replication
  • REPLICATING - Replication requests have been created for a bag which are currently in progress.
  • REPLICATED - All the replication requests for a bag have finished successfully and the number of required replications has been met.
  • ERROR - Somewhere along the line something bad happened
Deprecated Status Enums
  • (1.1.1-RELEASE) STAGED - The ingest-server has created a bag after being notified by an intake service that one was ready