ProcessMaker-BE "Process ----> Generate BPMN (Endpoint)"

- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/generate-bpmn
This commit is contained in:
Victor Saisa Lopez
2014-07-29 16:10:58 -04:00
parent 03d5caee3e
commit c887b5549d
7 changed files with 791 additions and 634 deletions

View File

@@ -460,7 +460,7 @@ class ProcessProxy extends HttpProxyController
$workflowBpmn = new \ProcessMaker\Project\Adapter\WorkflowBpmn();
$projectUid = $workflowBpmn->generateBpmn($processUid, "processUid");
$projectUid = $workflowBpmn->generateBpmn($processUid, "processUid", $_SESSION["USER_LOGGED"]);
$this->status = "OK";
$this->projectUid = $projectUid;