WorkflowUserTask_Assignees association change in verison 10

0
Hi All,   When we upgrade from version 9 to 10, seems like Mendix has made a change to the 'WorkflowUserTask_Assignees' association and they have stated clearly that conditional visibility logic based on whether current user assigned to the task or not will break and not supported anymore. Has anyone managed to have this conditional visibility set on pages for this use case?
asked
1 answers
0

You may try the addon ShowByCondition and have your logic inside the microflow which will toggle the visibility based on your condition.

answered