The Workflows API provides programmatic access to execute serverless workflows that link series of serverless tasks together in an order you define.
- A Google Cloud project with billing enabled
- Enable the DLP API.
- Create a service account
and set the
GOOGLE_APPLICATION_CREDENTIALS
environment variable pointing to the downloaded credentials file.
Run the tests via:
mvn clean verify