Refactoring Bpmn/Workflow handling layer (1st commit)
This commit is contained in:
@@ -63,7 +63,7 @@ class ProcessProxy extends HttpProxyController
|
||||
|
||||
$sProUid = $oProcessMap->createProcess( $processData );
|
||||
|
||||
//call plugins
|
||||
//call pluginsx
|
||||
$oData['PRO_UID'] = $sProUid;
|
||||
$oData['PRO_TEMPLATE'] = isset( $httpData->PRO_TEMPLATE ) && $httpData->PRO_TEMPLATE != '' ? $httpData->PRO_TEMPLATE : '';
|
||||
$oData['PROCESSMAP'] = $oProcessMap;
|
||||
|
||||
Reference in New Issue
Block a user