Activiti: ActivitiObjectNotFoundException: Form with formKey 'repair.form' does not exist
I using spring boot v2.0.6, activiti v6.0.0
<startEvent id="testRepairSt" name="StartEvent" activiti:formKey="repair.form" />
Object renderedStartForm = formService.getRenderedStartForm(processDefinitionId);
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (10 by maintainers)
Commits related to this issue
- Fix issue #2079(Change resource name) — committed to Activiti/Activiti by daisuke-yoshimoto 6 years ago
@Shaun-Yao only resources matching
**.bpmn20.xml
and**.bpmn
are autodeployed no other resources will be deployed even if they are under the processes folder. https://github.com/Activiti/Activiti/blob/6.x/modules/activiti-spring-boot/spring-boot-starters/activiti-spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/ActivitiProperties.java#L45