User task multiple option

Dear All ,

I am new to camunda BPM model design , have an requirement for user task to have multiple option for selection

option 1 ) Send to Line Manger
option 2 ) Send to Technical committee
option 3) Cancel the request

On selection of each option there is validation i.e If option 1 is selected then justification is required if option 2 is selected approval from line manager is required

So please guide me how to achieve this in camunda

Thanks

@PrasadKC, Let the user to select from given options in the user task and followed by configure the exclusive gateway to check the conditions based on the selection.

BPMN File: Demo Process.bpmn (6.9 KB)