stepExecutions property

List<StepExecution>? stepExecutions
final

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;