Advanced Special workflow components
Send emails from delay queue
This advanced special workflow component sends out all delayed emails (that are not canceled) for a specific queue. This component is normally scheduled by activation in a workflow with a scheduled start. Related workflow components: Cancel delayed ...
Run a script
The advanced, special workflow component, Run a script can be used in order to call a script from the workflow. The JavaScript execution engine supports ECMAScript v5.1 with the addition of the following ECMAScript 6 features: The keywords "let" and ...
Forward webservice
When a workflow has been initiated by a webservice input component, the component Forward webservice can be used to forward the request to another URL. This is currently only implemented together with the input type, REST webservice basic, where the ...
Enrich spooled file from database
It is possible to change the contents of a spooled file (as known on the IBM i platform) and to add data from an external database with the advanced special workflow component: Enrich spooled file from database. You can also add data with the ...
Enrich XML from database
It is possible to change the contents of an XML file and to add data from an external database with the advanced special workflow component: Enrich XML from database. An alternative to this component is ng.databaseLookup, which can e.g. be used ...
Delayed email cancel key
The Delayed email cancel key component is used together with these workflow components: Cancel delayed email. Use this component to cancel a delayed email. PDF Delayed email. This defines a delayed email. Send emails from delay queue. This sends out ...
Cancel delayed email
With InterFormNG2 it is possible to create a delayed email, which you can later decide to either send or cancel. You can create a delayed email with the workflow component, PDF Delayed email.
Advanced Special workflow components
The advanced special workflow components are: Delayed email cancel key. Use this component to set a unique value for the cancel key for a delayed email. Enrich XML from database. This can be used for adding data found in an external database into an ...
Popular Articles
REST webservice basic example
Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
XPath
In InterFormNG2, you use the language XPath for referencing data from the XML file. There are many sources of information if you want to learn more about XPath, but you can also simply read the few examples below to get a good idea of how it can be ...
Release log
This is the list of the InterFormNG2 releases and the major new features in each release: Version 4.0.0 Important: InterFormNG2 now runs on Java 17. So you need to install Java 17 on Linux and the IBM i platform, if you want to InterFormNG2 on either ...
Aligment options for fixed positioned elements
There are several ways to align fixed positioned elements in the designer: (This lists alignment options for fixed positioned elements only. All alignment options are covered here.) 1.You can enable a grid, resize the lines of the grid and the fixed ...
Text element
If you want to insert any kind of text in InterFormNG2, then you should use the text element. You can insert a new text element if you click on this icon: The data, that you can output as text are these types: 1.A text constant. 2.Drag nodes from an ...