02-16-2016 04:25 AM
execution.getActivity().getProperty(BpmnParse.PROPERTYNAME_COMPENSATION_HANDLER_ID) != null
if (execution.getActivity() != null) {
if (hasCompensationHandler(execution)) {
createCompensateEventSubscription(execution);
}
if (!hasLoopCharacteristics()) {
super.leave(execution);
} else if (hasMultiInstanceCharacteristics()) {
multiInstanceActivityBehavior.leave(execution);
}
} else {
logger.error("Execution with null activity {}", execution.getId());
}
06-14-2018 04:15 PM
Hello eric.manuguerra _, having same problem here. Where did you change the AbstractBpmnActivityBehavior class?
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.