wf
Workflows
IntegrationGCP
General
General information about the service.
Description
Google Cloud Workflows orchestrates and automates Google Cloud and HTTP-based API services with serverless workflows.
Service ID
workflows.googleapis.comResource Pattern
projects/{project}/locations/{location}/workflows/{workflow}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
wf-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_workflows_workflow" "main" {2 name = "wf-${var.environment}"3 region = var.region4 source_contents = <<-EOF5 - step1:6 call: http.get7 args:8 url: https://example.com9 result: response10 EOF11}
Utilities
Utilities to support app deployment or configuration.