Unknown property used in expression

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2015 07:36 AM
All,
I am developing a simple feedback process where in there are two user tasks. Once the process is started, a task will go to user1 to fill some details. After submission by user1, a new task will be created for user2 with the details entered by user1. User2 can either approve or reject and can provide his own feedback. If its rejected and feedback is provided, the task must go back to user1 to modify the information.
I get Unknown property used in expression when trying to implement this.
My hurdles here
1) Hide and show a field based on if there is data for it. ( at user1 if feedback is there show it else hide it)
2) Can I show or hide a field based on whats selected in a different field (say for example, I should show reject reason or feedback only if the user is rejecting)
Please provide your inputs how I can deal with this scenario.
I am using Eclipse to build this and deploying it into Activiti explorer.
Thanks,
Hari.
I am developing a simple feedback process where in there are two user tasks. Once the process is started, a task will go to user1 to fill some details. After submission by user1, a new task will be created for user2 with the details entered by user1. User2 can either approve or reject and can provide his own feedback. If its rejected and feedback is provided, the task must go back to user1 to modify the information.
I get Unknown property used in expression when trying to implement this.
My hurdles here
1) Hide and show a field based on if there is data for it. ( at user1 if feedback is there show it else hide it)
2) Can I show or hide a field based on whats selected in a different field (say for example, I should show reject reason or feedback only if the user is rejecting)
Please provide your inputs how I can deal with this scenario.
I am using Eclipse to build this and deploying it into Activiti explorer.
Thanks,
Hari.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2015 07:39 AM
Also, I am trying to use ${feedback} in the first user task but where as the feedback is the id of a field in the second user task. I suspect this could be causing the issue "Unknown property used in expression". Let me know how I can overcome this.
Thanks again,
Hari.
Thanks again,
Hari.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2015 08:34 AM
> Let me know how I can overcome this.
By making sure the 'feedback' variable is available. Is it available to the process instance.
Regarding your 1) and 2), no this is not out of the box in Explorer available. That would need custom changes or different form field widgets.
By making sure the 'feedback' variable is available. Is it available to the process instance.
Regarding your 1) and 2), no this is not out of the box in Explorer available. That would need custom changes or different form field widgets.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2015 06:39 AM
Can you please tell me what kind of custom changes I will need to do to get this working ?
Thanks,
Hari
Thanks,
Hari
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2015 02:03 PM
A bit of searching would have gotten you a long way: http://www.jorambarrez.be/blog/2013/03/13/creating-a-new-form-property-in-activiti/
