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
str

The workflow scope repetition code.

error
any

Anything.

tracking_id
str

Gets the tracking id.

inputs
any

Gets the inputs.

inputs_link

Gets the link to inputs.

outputs
any

Gets the outputs.

outputs_link

Gets the link to outputs.

tracked_properties
any

Gets the tracked properties.

retry_history

Gets the retry histories.

iteration_count
int
repetition_indexes

The repetition indexes.

Attributes

repetition_indexes

The repetition indexes.

repetition_indexes: list['_models.RepetitionIndex'] | None