flowable / flowable/flowable-engine
Flowable Spring Boot Starter Rest .zip file deployment
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
I have an application that uses Flowable’s Spring Boot Starter Rest.
[pom.xml](https://github.com/Robinyo/serendipity-api/tree/master/projects/spring-boot):
```
...
org.flowable
flowable-spring-boot-starter-rest
${flowable.version}
org.flowable
flowable-ldap
${flowable.version}
...
```
If I place a **.zip** file in the default location (i.e., /resources/apps) the processes are successfully deployed. However, the associated forms are not deployed.
If I place a **.bpmn** file in the default location (i.e., /resources/processes) and the associated forms (**.json)** in the default location (i.e., /resources/forms). The processes are successfully deployed, however, the associated forms are not deployed.
**Expected behaviour**
That the processes and the associated forms are deployed.
Ref: [Flowable Spring Boot Starter .zip file deployment](https://forum.flowable.org/t/flowable-spring-boot-starter-zip-file-deployment/6483)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.