cancel
Showing results for 
Search instead for 
Did you mean: 

Is Signal End Event not supported?

timmy00274672
Champ in-the-making
Champ in-the-making
I try to throw signal at the end of the process, so I use signal end event.

<code lang="xml" linenumbers="normal">
<endEvent id="endevent1" name="End">
   <!– <extensionElements><activiti:executionListener event="start" class="com.diplab.test.MyExecutionListener"></activiti:executionListener></extensionElements>–>
   <signalEventDefinition signalRef="hi"/>
</endEvent>
</code>

I get NullPointerException. I check SignalEventDefinitionParseHandler source code, and I found there is no support for signal end event.

Is signal end event really not supported?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I did not use signal end event so I do not know whether it is supported.
You can easily model it with

—>signal throwing event —> none end event

process model

Regards
Martin

jbarrez
Star Contributor
Star Contributor
No, signal end does not seem to be supported.

An intermediate signal throw followed by an end event does the same trick though.