01-10-2013 12:59 AM
<subProcess id="fulfillServices" name="Confirm Services">
….
<boundaryEvent id="boundarysignal3" name="Signal" attachedToRef="fulfillServices" cancelActivity="true">
<signalEventDefinition></signalEventDefinition>
</boundaryEvent>
….
<boundaryEvent id="boundaryerror1" name="Error" attachedToRef="fulfillServices">
<errorEventDefinition errorRef="SERVICE_KO"></errorEventDefinition>
</boundaryEvent>
01-10-2013 03:30 AM
01-10-2013 08:08 AM
Not sure about this, my guess: since the boundary-event is part of the MAIN process and attached to the subprocess, it should be declared in the main-process XML-element instead of the subprocess-element…
01-10-2013 09:39 AM
<subProcess id="fulfillServices" name="Confirm Services">
….
<boundaryEvent id="boundarysignal3" name="Signal" attachedToRef="fulfillServices" cancelActivity="true">
<signalEventDefinition></signalEventDefinition>
</boundaryEvent>
….
01-10-2013 10:03 AM
A boundary-event is attached TO a subprocess, but is not declare IN the subprocess. Move the <boundaryEvent ..> xml outside of the subprocess.
At least, from what I see in your fragment, the boundary-event is defined INSIDE the subprocess:
<subProcess id="fulfillServices" name="Confirm Services">
….
<boundaryEvent id="boundarysignal3" name="Signal" attachedToRef="fulfillServices" cancelActivity="true">
<signalEventDefinition></signalEventDefinition>
</boundaryEvent>
….
01-10-2013 10:08 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.