Configure a scheduled workflow
Acme Corp's order pipeline needs a health check that runs on a regular schedule. But a schedule that fires blindly isn't smart — it should only proceed during business hours and skip off-hours runs. You'll build this from scratch.
You'll create a workflow with a Schedule Trigger that runs every 30 minutes, add Edit Fields nodes to stamp execution context, and use an If node with a business-hours condition to decide whether the workflow should proceed or skip.
This exercise is part of the course
Intermediate Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise