WorkflowRunTrigger Class
The workflow run trigger.
Constructor
WorkflowRunTrigger(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Gets the name. |
|
inputs
|
Gets the inputs. |
|
inputs_link
|
Gets the link to inputs. |
|
outputs
|
Gets the outputs. |
|
outputs_link
|
Gets the link to outputs. |
|
scheduled_time
|
Gets the scheduled time. |
|
start_time
|
Gets the start time. |
|
end_time
|
Gets the end time. |
|
tracking_id
|
Gets the tracking id. |
|
correlation
|
The run correlation. |
|
code
|
Gets the code. |
|
status
|
Gets the status. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
|
error
|
Gets the error. |
|
tracked_properties
|
Gets the tracked properties. |
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
inputs
Gets the inputs.
inputs: Any | None
inputs_link
Gets the link to inputs.
inputs_link: _models.ContentLink | None
name
Gets the name.
name: str | None
outputs
Gets the outputs.
outputs: Any | None
outputs_link
Gets the link to outputs.
outputs_link: _models.ContentLink | None
scheduled_time
Gets 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
tracked_properties
Gets the tracked properties.
tracked_properties: Any | None
tracking_id
Gets the tracking id.
tracking_id: str | None