cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown property used in expression

hari
Star Contributor
Star Contributor
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. 
4 REPLIES 4

hari
Star Contributor
Star Contributor
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.

jbarrez
Star Contributor
Star Contributor
> 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.

hari
Star Contributor
Star Contributor
Can you please tell me what kind of custom changes I will need to do to get this working ?

Thanks,
Hari

jbarrez
Star Contributor
Star Contributor