Add trigger data to workflow-data attribute.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-03-23 14:39:27 -04:00
parent 1efad969bf
commit 7ea69a3f8b

View File

@@ -65,6 +65,7 @@ class TriggersMigrator implements Importable, Exportable
try {
$oData = new \StdClass();
$oDataTasks = $this->processes->getTaskRows($prj_uid);
$oData->triggers = $this->processes->getTriggerRows($oDataTasks);
$oData->steptriggers = $this->processes->getStepTriggerRows($oDataTasks);
$result = array(