Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: draw.io diagram "RecordStatuses" edited

...

An object has a lifecycle going through multiple phases and statuses starting from ingest, through evaluation and finally its publication. From version 24.1 we have added an extra step in the lifecycle: archive.

Graph

Drawio sketch
mVer2
simple0
zoom1
inCommentsimple0
pageIdinComment40829583550
custContentId4082565160
diagramDisplayNamepageIdRecordStatuses4082958355
lbox1
diagramDisplayNameRecordStatuses
contentVer45
revision45
baseUrlhttps://mediahaven.atlassian.net/wiki
diagramNameRecordStatuses
pCenter0
width1127
links
tbstyle
height472

...

Record Phase

Description

Required function

https://mediahaven.atlassian.net/wiki/spaces/CS/pages/3607855105/Functions+for+Accessing+Records#Functions

Example

Since

1

Concept

The concept phase is the initial phase for all objects during which there are ingested . Even autopublished obejcts still go through these steps after which there published.

ACCESS_PHASE_CONCEPT

Draft.Valid

RejcetedRejected

2

Published

The published phase is the main phase for object. During this phase objects are optionally shared through /wiki/spaces/CS/pages/3915186208 or portals to the outside world. Once published the objects can no longer return to the concept phase.

ACCESS_PHASE_POBLISHED

Published

Destructed

3

Archive

This optional terminal phase is meant to make objects no longer broadly available to the outside world or the typical users. Administrators or other authorized users can still access these objects. Once archived the objects can no longer return to the published phase.

ACCESS_PHASE_ARCHIVE

24.1

...