I have a problem with firing a form in explorer - Show start form. BAR file has all the resources that he need, and the path to form is correct.
org.activiti.engine.ActivitiException: Form with formKey ‘/diagrams/request.form’ does not exist at org.activiti.engine.impl.form.JuelFormEngine.getFormTemplateString(JuelFormEngine.java:63) at org.activiti.engine.impl.form.JuelFormEngine.renderTaskForm(JuelFormEngine.java:47) […]
Hello, you could try the following steps: Copy out your bpmn20.xml file into a directory of your choice. In the same directory you copy your forms you use (but pay attention to the correct path structure: so when the bpmn20.xml file is located at lets say C:\yourProcess.bpmn20.xml and in this diagram there's a task which references to yourForm.form this file should be also located at C:\. However do not use abolute path structures.). Then you select the used files and generate a *.zip out of it and then you deploy this *.zip file by using Activiti Probe.
Resolved: in activity.cfg.xml was class="org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration" and I changed it to class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration" and it worked