Workflow file types/payloads
The workflow of InterFormNG2 is able to handle many different file types. The file type is also referenced as the payload of the workflow.
Another way to express it like so:
When you call a workflow, then most workflow input types expects, that the workflow is called with a file as a parameter (or payload).
Each component in the workflow also expects a specific input file type (or payload) as input and each component also outputs a file type/payload, which may be different from the input file type.
The list of supported file types are listed below:
- ANY
Any of the file types listed. - CSV
Text file with Comma Separated Values. - DP
Direct Protocol print data stream for label printers. - EML
EML is a saved email as a file. - EXCEL
Excel files of type .xlsx. - HTML
HTML file. - INTERMEDIATE
Internal format of InterFormNG2 used during a merge with a template. - JSON
JSON file. - PCL
Print Command Language supported by most laser printers. - PDF
PDF file. - PRINTABLE
Any printable format: DP,PCL,PDF,PS,ZPL. - PS
PostScript file. Print language supported by some printers. - SPLF
SPLF refers to spooled files on the IBM i platform. - TEXT
Text file. - XML
XML file. - ZPL
ZPL is a printer language supported by many Zebra label printers.
Related Articles
Workflow input types
The workflows of InterFormNG2 can get the input from various input types. In the workflow the input type is shown as the leftmost (green) component: The input types are all listed here: AS400 Command input Call InterFormNG2 via a command on the IBM i ...
Condition workflow on spooled file attributes
When you build a workflow tree structure to handle all the different types of spooled files, then you normally need to look at the spooled file attributes (e.g. spooled file name) apart from the spooled file contents to identify the spooled file type ...
From file to workflow variable
With the advanced utilities workflow component, From file to workflow variable you can extract the contents of a file in the file system and put that into the contents of a variable. A related component is: Resource to workflow variable. This can ...
From file to resource
You can load a file into a resource within a workflow with the advanced, utilities component: From file to a resource. The component has these parameters: File path The path to the file, that you want to load as a resource. Resource type This is a ...
Generic workflow
One of the unique features of the InterFormNG2 workflows is the ability to setup very dynamic and generic workflows. There are multiple advantages with a generic workflow: It is much smaller compared to a setup, that e.g. contains a whole subtree for ...