Send feedback
Function: experimental.executions.map
Stay organized with collections
Save and categorize content based on your preferences.
Caution: The behavior of this routine might change, and it might not be
supported in the future.
Starts workflow executions and waits for all of them to finish.
Arguments
Arguments
workflow_id
string
ID of the workflow.
arguments
List of optional execution parameters. A workflow execution is created for each element of the list.
timeout
float
The request timeout, in seconds (default: 1800.0
). If the request takes longer than the timeout, a TimeoutError
is raised.
location
string
If present, location of the workflow. The location of the caller is used by default.
project_id
string
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]