How to start a workflow 20 minutes after it finished running?

Information on your n8n setup

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

We’ve created a new category for help with designing workflows, and I’ve moved your question there: Help me Build my Workflow. Find out how this category works by reading this topic.

Two quick ideas:

  1. Use a combination of two workflows, with the main one triggering the child workflow based on a timestamp you store somewhere in a database or file. The child workflow updates this timestamp when finished.
  2. Start with a cron/schedule trigger, and use the n8n api to have the workflow update itself, modifying the trigger node’s values.

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