FF-1386 - new flow element set variable

This commit is contained in:
John Andrews
2024-02-24 18:42:17 +13:00
parent 03022f2984
commit ca9de5ef19
4 changed files with 117 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ using FileFlows.Plugin.Attributes;
namespace FileFlows.BasicNodes.Functions;
/// <summary>
/// A node that simply fails a flow
/// A flow element that simply fails a flow
/// </summary>
public class FailFlow : Node
{