To sub-workflow

To sub-workflow

If you have defined a sub-workflow, then you can call the sub-workflow from a main workflow with the To sub-workflow component below.

This can be useful, if you want to divide a large, complex workflow into smaller workflows, or if you want to reuse the same (sub) workflow for multiple main workflows.

 

The component has only one parameter:

    

 

  1. Endpoint unique ID
    Here you type the Endpoint unique ID, that is specified on the sub-workflow, that you want to call.

The sub-workflow must have the input type From other workflow.

    • Related Articles

    • Workflow components

      In the workflow you setup many different actions, that can be executed automatically. These actions are called components. The procedure to insert a workflow component is described here. If you are searching for a specific workflow component, the ...
    • 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 ...
    • Introduction to the Workflow

      The workflow of InterFormNG2 is where you setup how the input XML files should be found, and how they should be processed. To define or edit a workflow you need to select the WORKFLOW ribbon in the top of your browser session: If you cannot see the ...
    • Advanced Converter workflow components

      The advanced converter workflow components are these: 1.Change payload encoding. Changes the encoding of the payload in the current workflow. 2.Split XML. Splits up the XML in the payload and executes the sub workflow for each new XML. 3.XSL ...
    • Choice workflow component

      The choice workflow component can be used to condition the processing of the files. The choice component can branch out to one or many cases (subtrees) depending on a condition for each case (subtree). When you insert a new choice component it will ...