WorkflowRunActionRepetitionProperties Class
The workflow run action repetition properties definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.logic.models._models_py3.OperationResultWorkflowRunActionRepetitionProperties
Constructor
WorkflowRunActionRepetitionProperties(*, 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
- 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.
Feedback
Submit and view feedback for