I am trying to restrict user from manually selecting the business process stage.
I have already hidden all buttons (Next Stage, Finish, Previous Stage etc), using following,
document.getElementById("processActionsContainer");
Now I also want to restrict manual selection of stages of BPF. How can I achieve that?