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 3526 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.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]