Skip to content

Files

Latest commit

 

History

History

cloud-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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