WorkflowRunActionRepetitionDefinition Class    
The workflow run action repetition definition.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkflowRunActionRepetitionDefinition(*, location: str | None = None, tags: Dict[str, str] | None = None, start_time: datetime | None = None, end_time: datetime | None = None, correlation: _models.RunActionCorrelation | None = None, status: str | _models.WorkflowStatus | None = None, code: str | None = None, error: Any | None = None, retry_history: List[_models.RetryHistory] | None = None, iteration_count: int | None = None, repetition_indexes: List[_models.RepetitionIndex] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| location | The resource location. Default value: None | 
| tags | The resource tags. Default value: None | 
| start_time | The start time of the workflow scope repetition. Default value: None | 
| end_time | The end time of the workflow scope repetition. Default value: None | 
| correlation | The correlation properties. Default value: None | 
| 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". Default value: None | 
| code | The workflow scope repetition code. Default value: None | 
| error | Anything. Default value: None | 
| retry_history | Gets the retry histories. Default value: None | 
| iteration_count | Default value: None | 
| repetition_indexes | The repetition indexes. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | The resource id. | 
| name | Gets the resource name. | 
| type | Gets the resource type. | 
| location | The resource location. | 
| 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. 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 | 
				<xref:JSON>
		 Gets the inputs. | 
| inputs_link | Gets the link to inputs. | 
| outputs | 
				<xref:JSON>
		 Gets the outputs. | 
| outputs_link | Gets the link to outputs. | 
| tracked_properties | 
				<xref:JSON>
		 Gets the tracked properties. | 
| retry_history | Gets the retry histories. | 
| iteration_count |  | 
| repetition_indexes | The repetition indexes. |