StepRun
StepRun contains information about a step run.
Properties
namestring requiredThe name of the step.statusenum requiredThe current status of the step.Values:not-started— NotStarted- StepStatusNotStarted indicates that a step has not yet started.
running— Running- StepStatusRunning indicates that a step is running.
failed— Failed- StepStatusFailed indicates that a step has failed.
succeeded— Succeeded- StepStatusSucceeded indicates that a step has succeeded.
startedstring optionalThe timestamp when the step started.lastUpdatedstring optionalThe timestamp when the step was last updated.