execution#
execution.id#
包含当前工作流执行的唯一 ID。
🌐 Contains the unique ID of the current workflow execution.
=== “JavaScript”
1 2 3 | |
1 | |
execution.resumeUrl#
用于调用以恢复等待工作流的 webhook URL。
🌐 The webhook URL to call to resume a waiting workflow.
请参阅 等待 > 在 Webhook 调用时 文档以了解更多信息。
🌐 See the Wait > On webhook call documentation to learn more.
execution.resumeUrl 可用于包含等待节点的工作流,以及包含等待 webhook 响应的节点的工作流。
execution.customData#
这仅在代码节点中可用。
🌐 This is only available in the Code node.
=== “JavaScript”
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
1 2 3 4 5 6 7 8 9 10 11 | |
有关更多信息,请参阅自定义执行数据。
🌐 Refer to Custom executions data for more information.