Is there any property defined to enable enableSafeBpmnXml in activiti 6? I am using spring boot with activiti 6.
For spring boot implement ProcessEngineConfigurationConfigurer (need to also add @Configuration spring annotation on the implemented class). Then call setEnableSafeBpmnXml(true) on the processEngineConfiguration.
Your custom implementation should look like this:
public void configure(SpringProcessEngineConfiguration processEngineConfiguration) {
processEngineConfigurationsetEnableSafeBpmnXml(true);
}
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.