Fixed Boundary Event on zoom

This commit is contained in:
girish
2011-02-04 09:06:25 +00:00
parent f0f129e135
commit 10f83d9a72
3 changed files with 124 additions and 141 deletions

View File

@@ -291,8 +291,6 @@ ProcessMapContext.prototype.exportProcess= function()
ProcessMapContext.prototype.addTask= function()
{
var count = ++workflow.taskNo; //Incrementing Task No and assigning it to a local variable
workflow.taskName = 'Task '+count;
var newShape = eval("new bpmnTask(workflow)");
var xPos = workflow.contextX;
var yPos = workflow.contextY;