StepDetails¶
Structure Class¶
StepDetails
dataclass
¶
Details about a step operation.
Attributes¶
attempt
class-attribute
instance-attribute
¶
attempt: int = 0
The current attempt number for this step.
error
class-attribute
instance-attribute
¶
error: ErrorObject | None = None
Details about the step failure.
next_attempt_timestamp
class-attribute
instance-attribute
¶
next_attempt_timestamp: datetime | None = None
The date and time when the next attempt is scheduled, in ISO-8601
format (YYYY-MM-DDThhss.sTZD).
Only populated when the step is in a pending state.