Workflow input types

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:

    NG2WorkflowInputTypes0006

The input types are all listed here:

AS400 Command input

From Active MQ

           Reads a message from an Azure Service Bus.

From IBM i output queue

  • Monitor an output queue on the IBM i for input spooled files. Alternatively you can consider to monitor multiple output queues in a single workflow.

From IBM i output queue (multiple)

  • With this input type you can monitor multiple output queues with a single workflow.

From Kafka
           Read messages from Kafka.

From IBM MQ

  • Read from an IBM message queue.

From database

  • Read from a database. Please notice, that this supports only a predefined structure of the database with an input XML file found in a BLOB field.

From other workflow

  • With this you define a sub-workflow, that is to be called from other workflows.

M3 input

REST webservice Basic

REST webservice OAuth2.0

  • Called as a REST web service. It is recommended over REST webservice basic, but is a bit harder to setup.

Read from file

  • Select input files from a monitored folder.


Read from FTP
Selects an input file via FTP.


Read from email server

Read incoming emails from an email server.

  1. Read files via a folder on a Windows share.

Scheduled start

  • This kind of workflow will wake up each day at a specific time only contrary to the other workflows, that reacts immediately to new input files.

Start approval process

  • Sets up a workflow for approval of versioned resources, that require approvals.

    • Related Articles

    • 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 ...
    • Email input

      This section describes the various email inputs. Email input covers both the various payloads, that you can use when emailing, but it also includes the option to setup a workflow to monitor an email account for incoming emails. 1. Use an XML file or ...
    • Splitting input files

      InterFormNG2 is able to split up these types of files: Spooled files XML files If the input file is of any other type e.g. CSV or JSON, then you need to convert the input file into XML (with CSV to XML or JSON to XML) before you can split it up. When ...
    • M3 input

      InterFormNG2 can with the M3 module be setup to process files directly from InterFormNG2. This is covered in the section, Infor M3 integration. After both Infor M3 and InterFormNG2 has been configured, the next thing is to setup InterFormNG2 to ...
    • 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 ...