Adding return structure.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-03-21 09:18:33 -04:00
parent 51ab334525
commit b0b07bec9c

View File

@@ -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()