Watchdog: Auto Resume Workflows — n8n ワークフロー
概要
If you have multiple users managing workflows, there may come a time where a user “accidentally” turns off a workflow. Or, if you have workflows that automatically turn off other workflows, that code might “accidentally” turn off the wrong one.
In either case, here’s a workflow that can attempt to “auto-start” accidentally disabled workflows:
How it works:
When activated, then every 4 hours, the workflow will search all other workflows that have the auto_resume:true tag present. If any other
使用ノード
ワークフロープレビュー
仕組み
- 1
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 5 個のノードを流れます, connecting filter, manualtrigger, n8n。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (5)
When clicking "Test workflow"
manualTrigger
Activate Workflow
n8n
Find Deactivated Workflows
filter
Schedule Trigger
scheduleTrigger
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
watchdog-auto-resume-workflowsファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
インテグレーション
作成者
Darien Kindlund
@dkindlund