执行工作流程时,有一个唯一的Execution ID. 是否可以从工作流程中访问该值。例如,如果我要在步骤中使用执行 ID 作为文件名:
url: https://storage.googleapis.com/upload/storage/v1/b/bucketname/o
headers:
Content-Type: application/json
query:
uploadType: media
name: ${string(EXECUTION_ID) + ".json"}
```
Run Code Online (Sandbox Code Playgroud)