cancel
Showing results for 
Search instead for 
Did you mean: 

BpmnError on TaskActivitiBehabior signal

gastonscapusio
Champ in-the-making
Champ in-the-making
Hi,

I'm using Activiti 5.13 and I've some problems catching BpmnError on signal method.
If I throw BpmnError on execute it works fine, but if I throw it on signal method the exception is propagated and not catched in the boundary error defined on the Task.

Is it posible to throw BpmnError on signal method?

This is the boundary error definition…
<blockcode>
    <serviceTask id="findWebServerIdTask" name="Find web server id" activiti:class="com.xxx.FindIdTask">
    </serviceTask>

    <boundaryEvent id="boundaryerror1" name="ErrorFindWebServer" attachedToRef="findWebServerIdTask">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
</blockcode>

Regards,
Gaston
10 REPLIES 10

pmesmeur
Champ in-the-making
Champ in-the-making
maybe the solution described here is relevant for the current issue
Philippe
Getting started

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.