Configure a DRM branch/version status
You can edit the configuration for the branch/version statuses if you need to change the name or type, for example.
About this task
Important: Before making any edits, always review your
content to ensure that your changes don't leave objects "stranded."
By default, the DRMbranch/version statuses are only for the Authoring cycle. There is no change to other cycles.
Here is an example of a branch/version status named "development." It is of the development type and is the initial branch/version status. Objects at this status can be locked. From development, a branch/version can be moved to maintenance, delivery, or closed.
<state color="22;80;45" initial="true" level="1"
name="development" type="development">
<lockable>
<objtypes>
<type>all</type>
</objtypes>
</lockable>
<nextStates>
<next>maintenance</next>
<next>delivery</next>
<next>closed</next>
</nextStates>
</state>
For a full explanation of workflow statuses, see Workflow cycles, states, and status types