====== Process Handle Booking Error ====== {{indexmenu>bpwiki:process_travel_booking#1|js#simplebpmn navbar notoc}} ++++ Handle Booking Error Process code | { "events": { "start": { "se_6_1346": { "type": "error", "name": "Booking Error 1" } }, "intermediate": { "ie_6_1381": { "throwing": true, "type": "compensation", "name": "Flight" }, "ie_6_1398": { "throwing": true, "type": "compensation", "name": "Hotel" } }, "end": { "ee_6_1437": { "type": "error", "name": "Booking Error 2" } } }, "gateways": { "gw_6_1359": { "type": "parallel" }, "gw_6_1415": { "type": "parallel" } }, "flow": { "f6_1451": [ "se_6_1346", "gw_6_1359" ], "f6_1453": [ "gw_6_1359", "ie_6_1381" ], "f6_1455": [ "gw_6_1359", "ie_6_1398" ], "f6_1457": [ "ie_6_1381", "gw_6_1415" ], "f6_1459": [ "ie_6_1398", "gw_6_1415" ], "f6_1478": [ "gw_6_1415", "ee_6_1437" ] }, "markers": [ "subprocess" ], "activityType": "event", "name": "Handle Booking Error" } ++++