Thanks in advance. Thing is, i have in a collection some entries that has a deadline and also the email adress to which i want to send an email. The email must be sent once a day when the deadline has 10 days left,5 days left,4 days left... until the D-day.
I was trying to make a process that is triggered once a day and read from the collection the data in freemarker and in a loop in the code call a capi (email configured) with the parameters to send the email. But thing is in freemarker is not easy to wonrk with dates and the code is being so confused because of the lack of operative built-in.
Anyways is there any other way to do it? maybe something more stylish, elegant...
Thank you Team.
Regards
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/c01f465a-6e04-4cc9-b6b8-de5c8b5361e2%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
My process start with a form that someone fills to upload kind of an apointment/task, There they fill a date input widget as one of the task parameters, that must be the deadline, then i store this into a collection. Whit that date from Collection i want to read once a day the tasks from the collection and notify according to the deadline and email. The email is an user that is selected in the form by a list of users.
Tranks and regards
I have just solved my issue, finally I built one process which is triggered by timer and in there I use a bit of messy freemarker and (javascript in line) code but it works.
Thaks you anyway
regards
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/005f7485-56bf-4713-b0b8-24d87cc3b750%40runmyprocess.com.