I’ve managed to trigger boundary error events successfully using BpmnError, but having trouble doing the same with Error Start Event. Any pointers would be helpful.
Thanks,
Sid
I’ve managed to trigger boundary error events successfully using BpmnError, but having trouble doing the same with Error Start Event. Any pointers would be helpful.
Thanks,
Sid
Error start events only work for event subprocesses. Are you using it like that?
If you need inter-process communication, you’d need to use a signal event.