Sub-service entry point

This module serves as an entry point for a subordinate service. Further information on Sub-Services can be found here.

At the starting point of the Sub-Service, you transfer the required and optional variables. These are then available in the entire Sub-Service and no longer need to be inserted separately in the individual modules of the Sub-Service.

Sub-service entry point

Linking conditions

The following conditions are available for this module:

  • Continue immediately - The service is continued without waiting for the evaluation of the module. This allows you to start the next module if the work result of the previous module is irrelevant.

  • Time limit exceeded - To connect modules for escalation or emergency control and to prevent the service from stopping unnoticed.

  • Time exceeded - like "Time limit exceeded", except that a date is specified here instead of a time period.

  • If statement - After clicking on this option, you can formulate a query. Select a suitable variable and the operator (equal, not equal, etc.). Now enter one of the available values that this variable must have for the condition to be fulfilled. If the query result corresponds to the value specified here, the process is continued via this link.