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: Optional[str] = None, tags: Optional[Dict[str, str]] = None, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, correlation: Optional[azure.mgmt.logic.models._models_py3.RunActionCorrelation] = None, status: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WorkflowStatus]] = None, code: Optional[str] = None, error: Optional[Any] = None, retry_history: Optional[List[azure.mgmt.logic.models._models_py3.RetryHistory]] = None, iteration_count: Optional[int] = None, repetition_indexes: Optional[List[azure.mgmt.logic.models._models_py3.RepetitionIndex]] = None, **kwargs)

Variables

id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags
dict[str, str]

A set of tags. The resource tags.

start_time
datetime

The start time of the workflow scope repetition.

end_time
datetime

The end time of the workflow scope repetition.

correlation
RunActionCorrelation

The correlation properties.

status
str or WorkflowStatus

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
ContentLink

Gets the link to inputs.

outputs
any

Gets the outputs.

outputs_link
ContentLink

Gets the link to outputs.

tracked_properties
any

Gets the tracked properties.

retry_history
list[RetryHistory]

Gets the retry histories.

iteration_count
int
repetition_indexes
list[RepetitionIndex]

The repetition indexes.