Defining conditions to start a process

Hi- i am confused with when to define conditions to start a process vs skipping a stage . consider this scenario - in a hotel reservation application customers are asked if they will bring a pet if the customer says yes should we add a process to fill in the relevant details or set up a validation to skip the stage if the customer selects no to bringing in the pets .

@AnshuS99 Skip stage would skip the entire stage. Stages are set up to Never skip and Processes are set up to Always run by default. If you would like you could create a stage with multiple processes and only start one or two of the processes based on the conditional logic. If you skip the stage the entire stage is skipped.

Hope this helps,