Skip to content

chaserb/bpmn-parser-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a test of the BpmnParseHandler interface. Spefically, it demonstrates how to use the parse handler in the manner described here to register an ExecutionListener that responds to:

  • The start of a new process
  • The end of a script task

I put this repo together because I'm not able to register execution listeners with the BPMN Parse Handler, but I am able to do so with execution listener extensions coded into the BPMN XML.

Build the project with mvn clean install at the repo root, and you'll see there are two tests. The encoded BPMN XML test behaves as expected, but the dynamic extension registration fails to produce an execution listener.

Here's a screencap from the debugger of the test that passes: successful execution listener registration

Here's a screencap from the debugger of the test that fails: failed execution listener registration

About

Test of the registration of Process/Task event listeners via a BPMN Pre-Process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages