Hi Folks, Is there any way to validate the process modelled in the "Modeller"(not eclipse designer) before saving. I have a requirement wherein i have to validate the process created with some business rules at design time. I went through the docs but the only thing i could find was ProcessValidators and even that was for Eclipse designer.
No default way to do this. You can, however, hook into the REST-services created for the modeller (see org.activiti.rest.editor.application.ModelerServicesInit in the activiti-modeler project). You can extend this class and do additional validation and throw an exception when it's not valid, to prevent the save…