AS7TransactionHelper utx = new AS7TransactionHelper(_persistent);
BPMOperationType operationType = (BPMOperationType)operation.getType();
switch (operationType) {
case START_PROCESS: {
try {
utx.begin();
KnowledgeSession session = getBPMSession(exchange, inputMessage);
sessionId = session.getId();
setGlobals(inputMessage, operation, session);
Map<String, Object> inputMap = getInputMap(inputMessage, operation, session);
ProcessInstance processInstance;