Adding Unit Test to ensure a right behaviour of BpmnWorkflow Adapter
- flow->gateways (bpmn) to route (workflow) conversion is working fine - start and end event (bpmn) to setting start and end tasks is working fine
This commit is contained in:
@@ -354,6 +354,8 @@ class Bpmn extends Handler
|
||||
$event->save();
|
||||
|
||||
self::log("Add Event Success!");
|
||||
|
||||
return $event->getEvnUid();
|
||||
} catch (\Exception $e) {
|
||||
self::log("Exception: ", $e->getMessage(), "Trace: ", $e->getTraceAsString());
|
||||
throw $e;
|
||||
|
||||
Reference in New Issue
Block a user