Objectlifecyclestagegroup
Class: metadata
Lifecycle Stages allow organizations to group document and object lifecycle states into ordered collections of “stages”.
Learn about Lifecycle Stages.
| Attribute | Metadata | Description |
|---|---|---|
label | Type: String Max length: 60 | UI-friendly string in the Vault's base language. |
active | Type: Boolean | Indicates whether the component is active. |
description | Type: String Max length: 255 | General description for this object lifecycle stage group. |
object_lifecycle | Type: Component Required | Reference to Objectlifecycle component type. Validation ensures that only one Objectstagegroup exists per Objectlifecycle.Objecttype. |
object_type | Type: Component Required | The Objecttype of the Lifecycle Stage Group. If an object type is not enabled, the object type will be BASE by default. |
Objectlifecyclestage
Section link for Objectlifecyclestage| Attribute | Metadata | Description |
|---|---|---|
label | Type: String Max length: 60 | UI-friendly string in the Vault's base language. |
active | Type: Boolean | Indicates whether the component is active. |
description | Type: String Max length: 255 | General description for this object lifecycle stage. |
object_lifecycle_states_ref | Type: String Max length: 1500 Multi-value | Reference to the Objectlifecyclestate. Validation ensures that a Objectlifecyclestate only exists in one object stage. |
order | Type: Number Required | A number automatically assigned to a stage after it's created and represents the order of stages in a stage group. |
Supported Operations
Section link for Supported Operations| Operation | Support |
|---|---|
| Create | |
| Recreate | |
| Alter | |
| Drop | |
| Rename | |
| Describe | |
| Generate Recreate | |
| Queryable |
Notes:
- Alter: MDL Operation may not be supported for some multi-value attributes.