HOR-2977
Errors from triggers in a process need to be stored in a different file of the error_log.
This commit is contained in:
@@ -622,6 +622,7 @@ class ScriptTask
|
||||
|
||||
if (!is_null($trigger)) {
|
||||
$pmScript = new \PMScript();
|
||||
$pmScript->setDataTrigger($trigger->toArray(\BasePeer::TYPE_FIELDNAME));
|
||||
$pmScript->setFields($arrayApplicationData["APP_DATA"]);
|
||||
$pmScript->setScript($trigger->getTriWebbot());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user