From 28a27baf0bc5f2531fea3f7256b0fd9818a16530 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Fri, 20 Oct 2023 09:06:34 +1300 Subject: [PATCH] added failure flow template --- Templates/New-Flow/Standard/FailureFlow.json | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Templates/New-Flow/Standard/FailureFlow.json diff --git a/Templates/New-Flow/Standard/FailureFlow.json b/Templates/New-Flow/Standard/FailureFlow.json new file mode 100644 index 0000000..b226690 --- /dev/null +++ b/Templates/New-Flow/Standard/FailureFlow.json @@ -0,0 +1,29 @@ +{ + "Name": "Failure Flow", + "Type": 1, + "Revision": 1, + "Properties": { + "Description": "Basic failure flow that will be executed when a flow failures for any reason.", + "Tags": [ + "Basic" + ], + "Author": "FileFlows", + "Fields": [], + "Variables": {} + }, + "Parts": [ + { + "Uid": "7218c5bb-6053-4556-899a-6d9e3dbdac1c", + "Name": "", + "FlowElementUid": "FileFlows.BasicNodes.FlowFailure", + "xPos": 450, + "yPos": 50, + "Icon": "fas fa-exclamation-triangle", + "Label": "", + "Inputs": 0, + "Outputs": 1, + "OutputConnections": [], + "Type": 0 + } + ] + } \ No newline at end of file