cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot resolve identifier activiti_restCallDelegate

kartikpothaprag
Champ in-the-making
Champ in-the-making

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 1

cjose
Elite Collaborator
Elite Collaborator

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.