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
ワークフロープレビュー
Loading workflow preview...
仕組み
- 1
トリガー
このワークフローは トリガー トリガーで開始します。
- 2
処理
データは 5 個のノードを流れます, connecting filter, manualtrigger, n8n。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
watchdog-auto-resume-workflowsファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Watchdog: Auto Resume Workflows", "nodes": [...], ...}
インテグレーション
filtermanualtriggern8nscheduletrigger
作成者
Darien Kindlund
@dkindlund
タグ
filtermanualtriggern8nscheduletrigger