Previous Topic: OutputNext Topic: Or Operator


And Operator

And Operator icon

The And operator defines a synchronization point between all entry links to it. Exit links from an And operator are activated only after all its entry links are activated. Use the And operator to synchronize multiple branches of a process with a logical And condition when two or more separate branches of a flow must all be completed before beginning one or more additional branches.

You can include an And operator in a process in various ways.

Follow these steps::

  1. Drag the And operator from the Standard folder to one of the editor tabs (Main, Exception Handler, Lane Change handler).
  2. Link one or more input operators that the And operator can synchronize.
  3. Link one or more output operators to follow completion of the And operator.

Parameters

The And operator does not contain any parameters.