Skip to content

Commit

Permalink
added failure flow template
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed Oct 19, 2023
1 parent a8a7ecf commit 28a27ba
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Templates/New-Flow/Standard/FailureFlow.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 28a27ba

Please sign in to comment.