WorkflowRunActionRepetitionProperties Class
The workflow run action repetition properties definition.
Constructor
WorkflowRunActionRepetitionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
The start time of the workflow scope repetition. |
|
end_time
|
The end time of the workflow scope repetition. |
|
correlation
|
The correlation properties. |
|
status
|
The status of the workflow scope repetition. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
|
code
|
The workflow scope repetition code. |
|
error
|
Anything. |
|
tracking_id
|
Gets the tracking id. |
|
inputs
|
Gets the inputs. |
|
inputs_link
|
Gets the link to inputs. |
|
outputs
|
Gets the outputs. |
|
outputs_link
|
Gets the link to outputs. |
|
tracked_properties
|
Gets the tracked properties. |
|
retry_history
|
Gets the retry histories. |
|
iteration_count
|
|
|
repetition_indexes
|
The repetition indexes. |
Attributes
repetition_indexes
The repetition indexes.
repetition_indexes: list['_models.RepetitionIndex'] | None