ActionType
enumerationAction Type
Specifies the business action associated with an event carrier, indicating how the event relates to the lifecycle of the involved objects.
Values (3)
| Value | Description |
|---|---|
| ADD | Indicates that objects are being added to the context of the event, such as being commissioned or aggregated. |
| DELETE | Indicates that objects are removed from the context of the event, such as being decommissioned or disaggregated. |
| OBSERVE | Indicates that objects are observed in the event context without changing their lifecycle state. |