cancel
Showing results for 
Search instead for 
Did you mean: 

Adhoc Task

arunkumarb
Champ in-the-making
Champ in-the-making
Hi,

I am trying to learn adhoc task usage using alfresco template of adhoc user task.
The start event of my workflow has a form with one text field (Id : EmpName , Name : EmpName).
The Adhoc task form has one text field (Id : EmpName , Name : EmpName). I have left the rest of the propeties of start event and Adhoc task as it is .
When I am trying to submit the process I am getting the following exception in the UI.
Exception in UI
=========================
Warning!!!
Unknown property used in the expression bpm_assignee.properties.userName.

I am not able to clearly figure out the reason of this exception . Could anyone help me to resolve this issue.

Thanks
Arun
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
If you use the adhoc-workflow, the second task will be assigned to a user selected in the start-form (bpm_assignee). Your start-form content-model should have a property "bpm_assignee" and your form-configuration should contain an entry for that, in order for the user to select the user.