HOR-1504 "Almacenar la info de la(s) siguiente(s) derivaciones..." SOLVED

Issue:
    Almacenar la info de la(s) siguiente(s) derivaciones, solo cuando sea necesario (asignacion manual)
Cause:
    Nuevo requerimiento de funciones
Solution:
    Se a implementado esta nueva funcionalidad
This commit is contained in:
Victor Saisa Lopez
2016-08-04 11:36:58 -04:00
parent a7c9f9d081
commit 792fda0a21
8 changed files with 177 additions and 26 deletions

View File

@@ -2379,12 +2379,6 @@ class wsBase
}
foreach ($derive as $key => $val) {
if ($val['NEXT_TASK']['TAS_ASSIGN_TYPE'] == 'MANUAL') {
$result = new wsResponse(15, G::LoadTranslation('ID_TASK_DEFINED_MANUAL_ASSIGNMENT'));
return $result;
}
//Routed to the next task, if end process then not exist user
$nodeNext = array();
$usrasgdUid = null;