execution#
execution.id#
包含当前工作流执行的唯一 ID。
1 | |
1 | |
execution.resumeUrl#
用于恢复等待工作流的 webhook URL。
查看 Wait > On webhook call 文档了解更多信息。
execution.resumeUrl 在包含 Wait 节点以及等待 webhook 响应的节点的工作流中可用。
execution.customData#
这仅在代码节点中可用。
1 2 3 4 5 6 7 8 9 10 11 | |
1 2 3 4 5 6 7 8 9 10 11 | |
更多信息请参考自定义执行数据。