How to launch the manual trigger when combining manual with webhook triggers in 1 workflow

Clicking the orange button “Test workflow” at the bottom of the workflow editor seems to initiate the webhook to listen for incoming requests. How do you test the workflow when you want to initiate it from the manual trigger?

  • n8n version: 1.27.3
  • Database (default: SQLite): SQLite
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Ubuntu

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

The easiest thing would be to temporarily disabled the Webhook Node before pressing the orange button.

1 Like

Thank you @jan - are there other options to achieve this? Temporarily disabling the webhook node is not really an option because it serves as a callback to receive the result from a call to an external web service.

You can disable the webhook and test the workflow. Your production won’t be affected until you press the Save button

Another option is to duplicate the workflow and remove the webhook there. That one is safer way to test something while your production is doing it’s job

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.