Preserve PRO_ID and TAS_ID in granular process import.
This commit is contained in:
davidcallizaya
2017-03-06 17:17:48 -04:00
parent 86442fa42d
commit 6a977612ad
7 changed files with 47 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ class ProcessDefinitionMigrator implements Importable, Exportable
{
try {
//Bpmn elements
$pjrUid = $this->bpmn->createFromStruct($data['bpmn'], false);
$pjrUid = $this->bpmn->createFromStruct($data['bpmn'], false, $data);
//Import workflow elements
} catch (\Exception $e) {
$exception = new ImportException($e->getMessage());