We are upgrading from ES to ES2 and now our routes are not working.We
have 2 routes leaving an AssignTask operation, Deny and Approve. The
users get assinged their form, they make any required changes, and then
click one of these buttons to complete the process. In ES this works
fine. In ES2 they can see the buttons, but when they click them the
route is not being followed and the process remains stuck at the
AssignTask operation.If they close the form they can use the approve or
deny icons on t...