Activation Type

Defines how a route node handles activation of action requests. There are 2 standard activation types:

      Sequential - action requests are activated one at a time based on routing priority. The next action request isn't activated until the first request is satisfied.

      Parallel - all action requests at the route node are activated immediately, regardless of priority