WorkflowRunActionRepetitionDefinition Class

The workflow run action repetition definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.Resource
WorkflowRunActionRepetitionDefinition

Constructor

WorkflowRunActionRepetitionDefinition(*, location: str | None = None, tags: Dict[str, str] | None = None, start_time: datetime | None = None, end_time: datetime | None = None, correlation: RunActionCorrelation | None = None, status: str | WorkflowStatus | None = None, code: str | None = None, error: Any | None = None, retry_history: List[RetryHistory] | None = None, iteration_count: int | None = None, repetition_indexes: List[RepetitionIndex] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
location
str

The resource location.

tags

A set of tags. The resource tags.

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. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored".

code
str

The workflow scope repetition code.

error
any

Anything.

retry_history

Gets the retry histories.

iteration_count
int
repetition_indexes

The repetition indexes.

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags

A set of tags. The resource tags.

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. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "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.