- Unnecesary lines to set the configuration for "display_errors" and "error_reporting"
- Delete unnecesary lines and now this configurations is setted with the processmaker configuration (env.ini)
- No se tenia una opcion para borrar el archivo que se crea con el cron.
- se agrega un parametro "+force", este parametro borra el archivo del cron y se puede continuar directamente con la ejecuci
- php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+force]
- No se tenia una opcion para borrar el archivo que se crea con el cron.
- se agrega un parametro "+reset", este parametro borra el archivo del cron y se puede continuar directamente con la ejecucion del cron.
- php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+reset]
- Cuando se ejecuta el "cron.php" y al producirse algun error no se actualiza
el archivo "cron" que esta en shared
- Problema resuelto, se ha utilizado la estructura "try and catch" para capturar
cualquier error que se produsca al ejecutar el "cron.php". Cuando esto ocurra
se actualiza el archivo "cron" indicando el fin de la ejecucion
* Available from version ProcessMaker-2.5.2-testing.1
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
several times
- Variable time added to control execution of cron
* Available from version 2.0.44
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
several times
* Available from version 2.0.44
- cron.php it forwards all the emails without importing if they are
or not very old
- Problem solved, is taken into account the parameter "+d" as the
starting date for the forwarding of mail, if not define this
parameter will be forwarded emails from 7 days ago, forward