Google Cloud Workflows API 结果与 nextPageToken

Google Cloud Workflows API result with nextPageToken

在 Cloud Workflows 中,我必须

打电话给 API 这个APIreturns很多结果 通过 nextPageToken

迭代它

我在想也许可以使用 switch/condition 做一段时间 nextPageToken 存在,

赞:条件是result.nextPageToken(假设存在)

好像不行

本质上你有一张地图,你需要检查钥匙是否存在。

 switch:
        - condition: ${not("nextPageToken" in result)}
          next: NextPageMissing