Generator Types

When multiple generators are present in a structure, they are run in the following order, based on their generator type:

  1. Insert generators
  2. Extend generators
  3. Filter generators
  4. Group generators
  5. Sort generators

Generators of the Same Type

If there are multiple generators of the same type, they are run in the order they are listed, from top to bottom.

To change the order generators of the same-type are run, simply move them up or down in the structure.

Moving generators up or down in the structure does not affect which types of generators are run first.