-
Feature Request
-
Resolution: Done
-
L3 - Default
-
spring-boot 3.2.1
-
None
Scenario 1:
<process-application xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <process-archive name="loan-approval"> <process-engine>default</process-engine> <properties> <property name="isDeleteUponUndeploy">false</property> <property name="isScanForProcessDefinitions">true</property> </properties> </process-archive> </process-application>
Current & Expected Behavior:
The Process Application should be deployed to the Process Engine with name default or throw a "no such process engine exists" exception.
Scenario 2:
<process-application xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <process-archive name="loan-approval"> <properties> <property name="isDeleteUponUndeploy">false</property> <property name="isScanForProcessDefinitions">true</property> </properties> </process-archive> </process-application>
Current Behavior:
The Process Application deployment throws a "no such process engine exists" exception.
Expected Behavior:
The Process Application should be deployed to the Process Engine available in the Spring Boot application.
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-9452 Testing Spring Boot Applications: Support application context caching
- Closed