Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 925 Bytes

File metadata and controls

20 lines (16 loc) · 925 Bytes

Cloud Workflows Quickstart

Open in Cloud Shell

The Workflows API provides programmatic access to execute serverless workflows that link series of serverless tasks together in an order you define.

Setup

  • 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.

Snippets

Run the tests via:

mvn clean verify