In my custom workflow if some user is selecting the task assigned in workflow and trying to reject the workflow, in that scenario we need a drop down appears in the (Complete Work Item) dialog box above the comment section. where the user can choose one of the relevant reason from the drop down to reject the workflow.
And selecting the reason should be mandatory, without selecting any value from the drop down the user cannot reject the workflow.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AvinashRanjan,
Please explore Dialog Participant Step option. It allows to include custom dialog code between Next step and Comment fields. So you should be able to achieve result like this, or any other that is need:
Example step by step:
Some links to documentation
Hi @AvinashRanjan,
Please explore Dialog Participant Step option. It allows to include custom dialog code between Next step and Comment fields. So you should be able to achieve result like this, or any other that is need:
Example step by step:
Some links to documentation