Petals SE Activiti

Unable to deploy a BPMN file containing several process definitions

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.5.0
  • Fix Version/s: 0.9.0
  • Component/s: Process service
  • Security Level: Public
  • Description:
    Hide

    Try to deploy a SU where two processes are defined in the same BPMN file:

    <definitions ...>
       ...
       <process id="process_1" ...>...</process>
       ...
       <process id="process_2" ...>...</process>
       ...
    </definitions>

    We get the following error when trying to create a new process instance of process definition process_2. process_1 seems to work fine.

    Show
    Try to deploy a SU where two processes are defined in the same BPMN file:
    <definitions ...>
       ...
       <process id="process_1" ...>...</process>
       ...
       <process id="process_2" ...>...</process>
       ...
    </definitions>
    We get the following error when trying to create a new process instance of process definition process_2. process_1 seems to work fine.
  • Environment:
    -

Activity

People

Dates

  • Created:
    Mon, 8 Jun 2015 - 15:55:20 +0200
    Updated:
    Fri, 5 Aug 2016 - 12:03:21 +0200
    Resolved:
    Mon, 8 Jun 2015 - 16:02:38 +0200