We couldn't load the project sidebar. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9970

Spring Boot Process Applications are deployed to the default Spring Boot engine if no engine is available in processes.xml

      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

            Loading...
            Uploaded image for project: 'camunda BPM'
            1. camunda BPM
            2. CAM-9970

            Spring Boot Process Applications are deployed to the default Spring Boot engine if no engine is available in processes.xml

                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

                        yana.vasileva Yana Vasileva
                        nikola.koevski Nikola Koevski
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        1 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              yana.vasileva Yana Vasileva
                              nikola.koevski Nikola Koevski
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              1 Start watching this issue

                                Created:
                                Updated:
                                Resolved: