WorkflowsListWorkflowsOperator
GoogleLists Workflows in a given project and location. The default order is not specified.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
filter_Filter to restrict results to specific workflows.
order_byComma-separated list of fields that specifies the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a “desc” suffix. If not specified, the results will be returned in an unspecified order.
project_idRequired. The ID of the Google Cloud project the cluster belongs to.
locationRequiredRequired. The GCP region in which to handle the request.
retryA retry object used to retry requests. If None is specified, requests will not be retried.
timeoutThe amount of time, in seconds, to wait for the request to complete. Note that if retry is specified, the timeout applies to each individual attempt.
metadataAdditional metadata that is provided to the method.
Documentation
Lists Workflows in a given project and location. The default order is not specified.
See also
For more information on how to use this operator, take a look at the guide: List workflows