Adding return structure.
This commit is contained in:
@@ -103,10 +103,10 @@ class ProcessDefinitionMigrator implements Importable, Exportable
|
|||||||
$oData->process["PRO_TYPE_PROCESS"] = "PUBLIC";
|
$oData->process["PRO_TYPE_PROCESS"] = "PUBLIC";
|
||||||
|
|
||||||
$result = array(
|
$result = array(
|
||||||
'' => '',
|
'bpmn-definition' => $bpmnStruct,
|
||||||
'' => ''
|
'workflow-definition' => (array)$oData
|
||||||
);
|
);
|
||||||
return $oData;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function afterExport()
|
public function afterExport()
|
||||||
|
|||||||
Reference in New Issue
Block a user