States Change Types

Change types that represent data modifications made to the States entity.

Change types

Change Initial

Change triggered by the Change initial State update action.
type
String
"ChangeInitialChange"
change
String
"changeInitial"
previousValue
Boolean

Value before the change.

nextValue
Boolean

Value after the change.

Change Key

Change triggered by the following update actions:

type
String
"ChangeKeyChange"
change
String
"changeKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Change State Type

Change triggered by the Change State Type update action.
type
String
"ChangeStateTypeChange"
change
String
"changeType"
previousValue

Value before the change.

nextValue

Value after the change.

Set Localized Description

Change triggered by the following update actions:

type
String
"SetLocalizedDescriptionChange"
change
String
"setDescription"
previousValue

Value before the change.

nextValue

Value after the change.

Set Localized Name

Change triggered by the following update actions:

type
String
"SetLocalizedNameChange"
change
String
"setName"
previousValue

Value before the change.

nextValue

Value after the change.

Set State Roles

Change triggered by the Set State roles update action.
type
String
"SetStateRolesChange"
change
String
"setRoles"
previousValue
Array of StateRoleEnum

Value before the change.

nextValue
Array of StateRoleEnum

Value after the change.

addedItems
Array of StateRoleEnum

Elements added to the array.

removedItems
Array of StateRoleEnum

Elements removed from the array.

Set Transitions

Change triggered by the Set Transitions update action.
type
String
"SetTransitionsChange"
change
String
"setTransitions"
previousValue
Array of Reference

Value before the change.

nextValue
Array of Reference

Value after the change.

addedItems
Array of Reference

Elements added to the array.

removedItems
Array of Reference

Elements removed from the array.

Transition State

Change triggered by the following update actions:

type
String
"TransitionStateChange"
change
String
"transitionState"
previousValue

Value before the change.

nextValue

Value after the change.