cancel
Showing results for 
Search instead for 
Did you mean: 

PROCESS_CANCELLED and PROCESS_COMPLETED event is missing

penusila611621
Champ in-the-making
Champ in-the-making
I am seeing the PROCESS_CANCELLED and PROCESS_COMPLETED events to be configured as event types in Activiti guide under  the section 3.18.6. Supported event types.

But I am not seeing the same event types in Event Listeners tab of a process. I am planning to use the above listeners to build some listeners which is specific to my requirements.

2 REPLIES 2

vasile_dirla
Star Contributor
Star Contributor
Hi,
if you manually add listeners for these events is it working for you?

<code>
<extensionElements>
      <activiti:eventListener events="PROCESS_CANCELLED" class="<your listener class>"/>
</extensionElements>
</code>

About the missing event in the UI, you could add a new JIRA issue. (don't forget that an open source software will happily accept contributions from the community members Smiley Happy )

Thanks.

penusila611621
Champ in-the-making
Champ in-the-making
I have not tested in that way. I will try it.
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.