stepExecutions property
A list of details about the current state of all steps that comprise an execution. An Automation document contains a list of steps that are run in order.
Implementation
final List<StepExecution>? stepExecutions;
A list of details about the current state of all steps that comprise an execution. An Automation document contains a list of steps that are run in order.
final List<StepExecution>? stepExecutions;