Un foro de discusión para nuestra comunidad de hispano hablante
#793596
Fardon, Puedes crear un proceso para rodear que ejecuta periodicamente un script task:
looparoundprocess.png
looparoundprocess.png (10.88 KiB) Viewed 3538 times
Debes setear el intermediate timer event para ejecutar cada vez que quieres mandar un email.

En el script task, utiliza este trigger:
Code: Select all
//if the file is located in the process's "Public Files" directory:
$aAttachments = array(PATH_DATA_PUBLIC . @@PROCESS . PATH_SEP . "myAttachment.png");
@@result = PMFSendMessage(@@APPLICATION, "admin@example.com", "to@example.com", "", "",
   "My Subject Line", "myTemplate.html",  array(), $aAttachments);
Configura tu servidor para executar el script timereventcron.php como una tarea de cron en Linux or Scheduled Task en Windows. Ver:
http://wiki.processmaker.com/3.1/Execut ... nux.2FUNIX
viewtopic.php?f=47&t=711115

Empeza un nuevo caso en tu proceso de rodeo y lo enrutea a la segunda tarea para que ejecute para siempre.

Being the best in the started business is the obje[…]

Winzo is a popular and unique game on the mobile p[…]

Cannot create process using templets

Real details. The problem was solved by effect!

However, it is essential to use it responsibly and[…]