A sequence is just 2 or more mappings with the same event class key. They are applied in order of priority(managed by the Sequence tab inside the mapping).
Rules are python expressions that return true or false. A true will cause the zProperties and transforms of that mapping to apply, and the event processing will not continue to the next sequence. A false return value will cause the event to continue to the next mapping in sequence.
