For n8n, this workflow automates the activation and deactivation of tasks based on a daily schedule, running at 08:00 and 20:00. It ensures that workflows operate during business hours, optimizing efficiency and resource management. With 13 integrated nodes, it simplifies task management and enhances productivity through seamless automation.

View Large Image
For n8n, this workflow automates the activation and deactivation of tasks based on a daily schedule, running at 08:00 and 20:00. It ensures that workflows operate during business hours, optimizing efficiency and resource management. With 13 integrated nodes, it simplifies task management and enhances productivity through seamless automation.
This workflow is ideal for:
This workflow addresses the challenge of managing workflow activity times effectively. It automates the activation of a workflow at 08:00 AM and deactivates it at 08:00 PM daily, ensuring that the workflow operates only during business hours, thereby optimizing performance and resource allocation.
Schedule Trigger for Activation: The workflow begins with a schedule trigger set to activate at 08:00 AM daily. This ensures that the workflow starts functioning at the beginning of the business day.
Set Workflow ID: The workflow ID is assigned, which is crucial for identifying which workflow to activate or deactivate.
Merge Workflow ID for Activation: The workflow ID is merged into the activation process, preparing it for the activation node.
Activate Workflow: The n8n node activates the specified workflow using the provided workflow ID.
Schedule Trigger for Deactivation: At 08:00 PM daily, another schedule trigger deactivates the workflow, ensuring it doesn't run outside business hours.
Merge Workflow ID for Deactivation: Similar to the activation process, the workflow ID is merged for the deactivation node.
Deactivate Workflow: The n8n node deactivates the specified workflow, preventing any tasks from running after business hours.