FeaturedDev & IT Ops#Cron#Disable Node#HTTP#Monitoring

Self-stopping Status Monitor

Poll an incident endpoint until it resolves, then automatically disable the polling trigger for future runs.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#Cron#Disable Node#HTTP#Monitoring

Click a node to select it — same as the Heym editor; the panel shows its settings.

6 nodes · Free & source-available

Self-stopping Status Monitor

This template demonstrates a one-time automation pattern: keep polling until an incident is resolved, then disable the trigger so the workflow stops scheduling itself in the future.

What this workflow does

  1. Cron checks a status endpoint on a schedule
  2. HTTP fetches the current incident JSON
  3. Condition checks whether the incident is resolved
  4. If resolved, Disable Node turns off the cron trigger permanently
  5. If still active, Output returns the current status and waits for the next schedule

Use cases

  • Temporary maintenance monitors
  • One-off migration tracking
  • Auto-retiring status checks after recovery

Setup

Replace the HTTP endpoint with your own status API and adjust the condition to match the JSON shape you return. The disable node already targets the cron node label used in this template.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates