Values_0.ParentStepDetailsSourceA detailed status of the parent step.
type nonrec t = {stepExecutionId : String_.t option;The unique ID of a step execution.
*)stepName : String_.t option;The name of the step.
*)action : AutomationActionName.t option;The name of the automation action.
*)iteration : Integer.t option;The current repetition of the loop represented by an integer.
*)iteratorValue : String_.t option;The current value of the specified iterator in the loop.
*)}