Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 923 Bytes

StateMachineTransition.md

File metadata and controls

19 lines (16 loc) · 923 Bytes

# StateMachineTransition

Properties

Name Type Description Notes
id string [optional]
action_name string
state_machine_id string
from_state_id string
to_state_id string
custom_fields object [optional]
created_at \DateTime [readonly]
updated_at \DateTime [optional] [readonly]
state_machine \OpenAPI\Client\Model\StateMachine [optional]
from_state_machine_state \OpenAPI\Client\Model\StateMachineState [optional]
to_state_machine_state \OpenAPI\Client\Model\StateMachineState [optional]

[Back to Model list] [Back to API list] [Back to README]