WorkflowRunActionFilter Class

The workflow run action filter.

Inheritance
WorkflowRunActionFilter

Constructor

WorkflowRunActionFilter(*, status: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WorkflowStatus]] = None, **kwargs)

Variables

status
str or WorkflowStatus

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