CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

Engine should avoid NullPointerException when process definition is not found #789

Closed donaldoakes closed 4 years ago

donaldoakes commented 4 years ago

In ProcessEngineDriver.processEvents(), if the process definition is not found for event.getWorkId, rather than proceeding with a null process def, throw an exception with a suitable message. This will make it easier to spot the underlying cause in the log.