a362b33ffc6056b01ffbd444c95b77f953d94eec
Issue:
0018557 No se puede reclamar casos de la bandeja "Unassigned"
Cause:
El valor de la variable tambien puede ser un usuario
Solution:
La asignacion de tipo "Self Service Value Based Assignment" ahora funciona de la siguiente manera (ejemplo):
- Si se desea definir a un grupo entonces se tendra el siguiente caso:
@@SYS_GROUP_TO_BE_ASSIGNED = "00000000000000000000000groupuid1";
- Si se desea definir a un usuario entonces se tendra el siguiente caso:
@@SYS_USER_TO_BE_ASSIGNED = "00000000000000000000000useruid1";
- Si se desea definir a usuarios entonces se tendra el siguiente caso:
@@SYS_USER_TO_BE_ASSIGNED = array("000000000000000000000000useruid1", "000000000000000000000000useruid2");
- Por lo que el engine reconocera lo siguiente:
* A un string, como un UID de un grupo
* A un string, como un UID de un usuario
* A un array, como un array de UIDs de solo usuarios
README
ProcessMaker "Michelangelo" v3.0
Overview
ProcessMaker is an open source, workflow management software suite, which includes tools to automate your workflow, design forms, create documents, assign roles and users, create routing rules, and map an individual process quickly and easily. It's relatively lightweight and doesn't require any kind of installation on the client computer. This file describes the requirements and installation steps for the server.
License
ProcessMaker - Automate your Workflow Copyright (C) 2002 - 2015 ProcessMaker Inc.
For further information visit: http://www.processmaker.com/
Description
Languages
PHP
47.6%
JavaScript
39.1%
CSS
5.3%
HTML
2.9%
Gherkin
2.4%
Other
2.5%

