base_sequence_option
This module provides a framework for defining alternative sequence options for specific document models based on domain matching with document values, allowing the original sequence to be bypassed when a match is found.
Key Features
- sequences: Allow defining alternative sequences for document models using domain filters
- documents: Bypass original sequences when matching options are found
- sequences: Fall back to the original sequence if no options match the document
- sequences: Raise an error if multiple sequence options match the same document