Values_0.StateTransitionSourceInformation about the state transition of a supervisor.
type nonrec t = {state : ParticipantState.t option;The state of the transition.
*)stateStartTimestamp : string option;The date and time when the state started in UTC time.
*)stateEndTimestamp : string option;The date and time when the state ended in UTC time.
*)}