WorkflowTriggerHistoryProperties Class

The workflow trigger history properties.

Constructor

WorkflowTriggerHistoryProperties(*args: Any, **kwargs: Any)

Variables

Name Description
start_time

Gets the start time.

end_time

Gets the end time.

scheduled_time

The scheduled time.

status

Gets the status. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored".

code
str

Gets the code.

error
any

Gets the error.

tracking_id
str

Gets the tracking id.

correlation

The run correlation.

inputs_link

Gets the link to input parameters.

outputs_link

Gets the link to output parameters.

fired

The value indicating whether trigger was fired.

run

Gets the reference to workflow run.

Attributes

code

Gets the code.

code: str | None

correlation

The run correlation.

correlation: _models.Correlation | None

end_time

Gets the end time.

end_time: datetime | None

error

Gets the error.

error: Any | None

fired

The value indicating whether trigger was fired.

fired: bool | None

Gets the link to input parameters.

inputs_link: _models.ContentLink | None

Gets the link to output parameters.

outputs_link: _models.ContentLink | None

run

Gets the reference to workflow run.

run: _models.ResourceReference | None

scheduled_time

The scheduled time.

scheduled_time: datetime | None

start_time

Gets the start time.

start_time: datetime | None

status

"NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored".

status: str | _models.WorkflowStatus | None

tracking_id

Gets the tracking id.

tracking_id: str | None