WorkflowRunActionFilter Class

The workflow run action filter.

Inheritance
azure.mgmt.web._serialization.Model
WorkflowRunActionFilter

Constructor

WorkflowRunActionFilter(*, status: str | _models.WorkflowStatus | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

The status of workflow run action. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored".

Variables

Name Description
status

The status of workflow run action. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored".