Updating BpmnWorkflow Adapter
Now Handling events, is updating only when the event was changed
This commit is contained in:
@@ -191,6 +191,7 @@ class Project extends Api
|
||||
$whiteList = array();
|
||||
foreach ($diagram["events"] as $i => $eventData) {
|
||||
$eventData = array_change_key_case($eventData, CASE_UPPER);
|
||||
unset($eventData["_EXTENDED"]);
|
||||
|
||||
// gateway exists ?
|
||||
if ($event = $bwp->getEvent($eventData["EVN_UID"])) {
|
||||
|
||||
Reference in New Issue
Block a user