Cannot resolve identifier activiti_restCallDelegate

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2017 06:05 AM
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
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2017 07:01 PM
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.
