Function: experimental.executions.map Stay organized with collections Save and categorize content based on your preferences.
experimental.executions.map to support parallel work,we recommend youexecute workflow steps in parallel.If you are already usingexperimental.executions.map, you canmigrate your workflow to use parallel steps.Starts workflow executions and waits for all of them to finish.
Arguments
| Arguments | |
|---|---|
workflow_id |
ID of the workflow. |
arguments | List of optional execution parameters. A workflow execution is created for each element of the list. |
timeout |
The request timeout, in seconds (default: |
location |
If present, location of the workflow. The location of the caller is used by default. |
project_id |
If present, project ID associated with the workflow. The project ID of the caller is used by default. |
Returns
A list where each element is the result of a workflow execution starting and a corresponding argument.
Raised exceptions
| Exceptions | |
|---|---|
ExecutionError | If any of the executions finish unsuccessfully. |
TimeoutError | If waiting for the executions to finish takes longer than the specified timeout limit. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.