WorkflowRunProperties Class

The workflow run properties.

Constructor

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

Variables

Name Description
wait_end_time

Gets the wait end time.

start_time

Gets the start time.

end_time

Gets the end 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.

correlation_id
str

Gets the correlation id.

correlation

The run correlation.

workflow

Gets the reference to workflow version.

trigger

Gets the fired trigger.

outputs

Gets the outputs.

response

Gets the response of the flow run.

Attributes

code

Gets the code.

code: str | None

correlation

The run correlation.

correlation: _models.Correlation | None

correlation_id

Gets the correlation id.

correlation_id: str | None

end_time

Gets the end time.

end_time: datetime | None

error

Gets the error.

error: Any | None

outputs

Gets the outputs.

outputs: dict[str, '_models.WorkflowOutputParameter'] | None

response

Gets the response of the flow run.

response: _models.WorkflowRunTrigger | 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

trigger

Gets the fired trigger.

trigger: _models.WorkflowRunTrigger | None

wait_end_time

Gets the wait end time.

wait_end_time: datetime | None

workflow

Gets the reference to workflow version.

workflow: _models.ResourceReference | None