Skip to main content

Transformations, output and reusable logic

Use this branch for reusable logic that consumes Definitions or is referenced by Flows and scripts.

ModuleUse it forRuntime boundary
MapTransform structured source records into destination recordsA Flow Map step opens source/destination and executes the Map; destination persistence follows Definition/file behaviour.
ReportDesign ReportBuilder output over a DefinitionA Report step renders to viewer, printer, file, email or REST response.
SQL ScriptSave a named interactive SQL workspace tied to a DB ConnectionSaving does not schedule it; the Flow Custom SQL step owns separate SQL text.
ScriptletShare PascalScript include codeLoaded through a thread-safe global cache and referenced by script-aware modules.
Variable GroupShare governed typed valuesLoaded by group code into the variable cache and used by tags/scripts.

Create and test the underlying Definitions first. Use Check Usage before modifying shared script text, variable codes or Definition fields.