Question - Explain the execution modes in a pipeline Stage
Answer -
We have an option to set a different execution model for each pipeline stage. We can set the execution mode to either 'All' or 'FirstMatch'.
- All - all the components in the pipeline will run in sequence
- first match - only the first component that recognizes the message is run