GCP 工作流的最大超时时间是多少?

Whats the maximum timeout on GCP Workflows?

我正在尝试使用 GCP 工作流调用云 运行 端点。尽管云 运行 的最大超时时间为 1 小时,但工作流给我的错误是

Request timeout was 2500s, max allowed timeout is 1800s

这是否特定于工作流程? 在文档中找不到这个,有人可以确认吗?

这在 http.xxxx 函数 https://cloud.google.com/workflows/docs/reference/stdlib/http/get

中有记录
timeout   float

The request timeout, in seconds (default: 300.0). If the request takes longer than the timeout, a TimeoutError is raised. The maximum allowed timeout is 1800 seconds.