I work with "activiti-rest" and Activti 5.16.4
When I will perform a "Buissnes Task" then I get this errorr:
SEVERE: Servlet.service() for servlet [dispatcher] in context with path [/activiti-rest] threw exception [Request processing failed; nested exception is org.activiti.engine.ActivitiException: deployment 15001 doesn't contain any rules] with root cause
org.activiti.engine.ActivitiException: deployment 15001 doesn't contain any rules
at org.activiti.engine.impl.rules.RulesHelper.findKnowledgeBaseByDeploymentId(RulesHelper.java:51)
at org.activiti.engine.impl.bpmn.behavior.BusinessRuleTaskActivityBehavior.execute(BusinessRuleTaskActivityBehavior.java:48)
How can I configure the customPostDeployers by use "activiti-rest"
In an older Version of activiti I use this and the process work fine.