Adhoc Task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2014 02:39 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2014 03:03 AM
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.
