I'm creating a simple leave request workflow using activiti community 6.0. The user is supposed to fill in the vacation details (form below) and select the person who's supposed to be is manager.
Now in the workflow, i want to set the assignee for the user task to be the person selected in the form above. I'm setting Assignee to be fixed value ${manager} (manager being the id of my variable) but it's not working. Can anyone help pz.
Thank you.
Sorry I gave solution for enterprise version. You can study this link which will achieve your use case Activiti User Guide