Values.StepStatusSourceThe execution status details of the cluster step.
type nonrec t = {state : StepState.t option;The execution state of the cluster step.
*)stateChangeReason : StepStateChangeReason.t option;The reason for the step execution status change.
*)failureDetails : FailureDetails.t option;The details for the step failure including reason, message, and log file path where the root cause was identified.
*)timeline : StepTimeline.t option;The timeline of the cluster step status over time.
*)}