Fixed retrieving of boundary event
This commit is contained in:
@@ -603,7 +603,7 @@ Ext.onReady ( function() {
|
|||||||
case 'tasks':
|
case 'tasks':
|
||||||
for(var k=0;k<shapes.tasks.length;k++){
|
for(var k=0;k<shapes.tasks.length;k++){
|
||||||
var task_boundary = shapes.tasks[k][6];
|
var task_boundary = shapes.tasks[k][6];
|
||||||
if(task_boundary != null && task_boundary == 'TIMER' && task_boundary == '')
|
if(task_boundary != null && task_boundary == 'TIMER' && task_boundary != '')
|
||||||
workflow.boundaryEvent = true;
|
workflow.boundaryEvent = true;
|
||||||
else
|
else
|
||||||
workflow.boundaryEvent = false;
|
workflow.boundaryEvent = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user