Defining a Join Timeout
A step with an AND or COMPLEX join can be configured with a join timeout condition. For more information about join conditions, see
About Join Timeouts and
About Joins.
To define a join step timeout value
1. In the process editor, click a step that contains a join to select the step.
2. Click the Joins page in the Properties view.
3. In the Join Timeout area, make the following selections:
Source. Select one of the following as the source of your timer value:
Use a
Static Value to apply a fixed period of time to the timeout interval. Specify the days, hours, minutes, seconds, and milliseconds of the timeout value.
Use a
Field Value to dynamically define the timeout duration by specifying the name of a data field present in the pipeline from an upstream document. Both top-level and nested fields can be specified. The field value is interpreted in milliseconds. For example, if the field value is 60000, the timeout value will be 60000 milliseconds (one minute).
4. Save the process.
Related Topics