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

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 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.

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 ...
    • Splitting input files

      InterFormNG2 is able to split up these types of files: 1.Spooled files 2.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. ...
    • 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 ...
    • PDF input and output

      If you want to create PDF output in InterFormNG2, then you need to setup a workflow in InterFormNG2 to do that. If you want to use the PDF inside of an email, then you should consider to check out the email output options first, as the normal create ...
    • 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 ...