Refactoring Bpmn/Workflow handling layer (2nd commit)

This commit is contained in:
Erik Amaru Ortiz
2014-01-31 18:49:57 -04:00
parent 8ef25dcc5e
commit cf59ed1308
10 changed files with 506 additions and 69 deletions

View File

@@ -47,7 +47,7 @@ try {
foreach ($UIDS as $UID) {
$oProcessMap->deleteProcess($UID);
ProcessMaker\Adapter\Bpmn\Model::deleteProject($UID);
//ProcessMaker\Adapter\Bpmn\Model::deleteProject($UID);
}
$resp->status = 0;
$resp->msg = 'All process was deleted successfully';