手动触发节点(Manual Trigger node)#
如果你想通过选择 执行工作流 来启动工作流,并且不希望工作流有自动运行的选项,请使用此节点。
🌐 Use this node if you want to start a workflow by selecting Execute Workflow and don't want any option for the workflow to run automatically.
工作流总是需要一个触发器或起点。大多数工作流都是通过触发节点响应外部事件触发,或者通过计划触发器在设定的时间表上触发的。
🌐 Workflows always need a trigger, or start point. Most workflows start with a trigger node firing in response to an external event or the Schedule Trigger firing on a set schedule.
手动触发节点用作没有自动触发器的工作流的触发器。
🌐 The Manual Trigger node serves as the workflow trigger for workflows that don't have an automatic trigger.
使用此触发器:
🌐 Use this trigger:
- 在添加任何类型的自动触发器之前测试你的工作流。
- 当你不希望工作流自动运行时。
常见问题(Common issues)#
以下是一些与手动触发器节点相关的常见错误和问题,以及解决或故障排除步骤。
🌐 Here are some common errors and issues with the Manual Trigger node and steps to resolve or troubleshoot them.
在一个工作流中只允许有一个“手动触发”节点(Only one 'Manual Trigger' node is allowed in a workflow)#
如果你尝试向已包含手动触发节点的工作流添加手动触发节点,则会显示此错误。
🌐 This error displays if you try to add a Manual Trigger node to a workflow which already includes a Manual Trigger node.
移除现有的手动触发器,或编辑工作流程以将该触发器连接到其他节点。
🌐 Remove your existing Manual Trigger or edit your workflow to connect that trigger to a different node.