# On Google Cloud Platform

## Understanding Cromwell on Google Cloud

[Cromwell](https://cromwell.readthedocs.io/) is the Broad Institute's open-source workflow execution engine, designed to run [Workflow Description Language](https://openwdl.org/) (WDL) workflows on local or cloud infrastructure. Google Cloud provides the [Cloud Life Sciences API](https://cloud.google.com/life-sciences), which:

* Manages, processes, and transforms life sciences data
* Orchestrates task execution on Google Compute Engine instances
* Was formerly known as the Pipelines API

## How It Works

When using Cromwell on Google Cloud with [Workbench](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/workbench/engines/adding-and-updating-an-engine/broken-reference/README.md), the process flows as follows:

1. Workbench submits the workflow to Cromwell
2. Cromwell generates individual task definitions
3. Cromwell dispatches tasks to Google Compute Engine via Cloud Life Sciences API
4. Tasks execute on Google Compute Engine instances using specified containers and resources
5. Outputs write to Google Cloud Storage
6. Cromwell returns results to Workbench

Workbench monitors and reports status throughout this process, as detailed in the [User Guide](/products/workbench/getting-started/submitting-and-monitoring-a-workflow-run.md).

## Deployment

For simplified setup, we provide a Terraform-based installer script that supports both single-project and multi-project architectures.

The deployment uses Cloud Run as the ingress point for Cromwell requests, as the Cromwell server isn't directly internet-accessible. Requests require a GCP identity token from an authorized principal (user or service account).

For complete deployment instructions, refer to the [installer README](https://github.com/DNAstack/cromwell-on-gcp-workbench-engine-installer).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/workbench/engines/adding-and-updating-an-engine/google-cloud-platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
