Fixed retrieving of boundary event

This commit is contained in:
girish
2011-02-02 14:03:08 +00:00
parent 374249e2bc
commit 050663ea37

View File

@@ -603,7 +603,7 @@ Ext.onReady ( function() {
case 'tasks':
for(var k=0;k<shapes.tasks.length;k++){
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;
else
workflow.boundaryEvent = false;