手动触发节点#
¥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:
- 在添加任何类型的自动触发器之前测试你的工作流。
¥To test your workflow before you add an automatic trigger of some kind.
- 当你不希望工作流自动运行时。
¥When you don't want the workflow to run automatically.
常见问题#
¥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.