FF-1715: New flow element Is From Library

This commit is contained in:
John Andrews
2024-08-11 21:43:55 +12:00
parent 9eaca9b3c6
commit abba7a001c
3 changed files with 1 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public class Function : Node
TempPath = args.TempPath,
Language = ScriptLanguage.JavaScript,
ScriptType = ScriptType.Flow,
AdditionalArguments = args.Variables,
Code = Code
});
}