Cannot resolve identifier activiti_restCallDelegate

cancel
Showing results for 
Search instead for 
Did you mean: 
kartikpothaprag
Member II

Cannot resolve identifier activiti_restCallDelegate

Hi,

When I deploy and run a process using activity-rest I get the following :

Caused by: org.activiti.engine.impl.javax.el.PropertyNotFoundException: Cannot resolve identifier 'activiti_restCallDelegate'

Request you to kindly provide solution for the issue. The same process is run successfully using activity-app.

NOTE: The process that is deployed has a REST Task in it.

Thank you

1 Reply
cjose
Senior Member II

Re: Cannot resolve identifier activiti_restCallDelegate

activity-app is an enterprise component which contains RestTask which is basically dependant on the activiti_restCallDelegate bean. Hence it works fine in activiti-app and not in activiti-rest.