HOR-2809
Preserve PRO_ID and TAS_ID in granular process import.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user