Fixed End Event with Evaluate

This commit is contained in:
girish
2010-12-10 12:53:57 +00:00
parent 502cf1195e
commit 016eeae8a2
2 changed files with 2 additions and 1 deletions

View File

@@ -436,7 +436,7 @@ Ext.onReady ( function() {
{
if(typeof this.workflow.figures.data[conn] === 'object')
{
if(targetid == '-1')
if(targetid == '-1' || typeof shapes.routes[i][5] != 'undefined' && shapes.routes[i][5] == 'EVALUATE')
{
targetObj = eval("new bpmnEventEmptyEnd (this.workflow)");
this.workflow.addFigure(targetObj,sourceObj.x+67,sourceObj.y+60);