This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

process orchestration loop

Hi, I have a question regarding process orchestration. I want to send email notifications to different administrators based on the access resource a user has. So In the process orchestration instead of creating individual step-blocks like:

if user has resource A then send email to Admin A

if user has resource B then send email to Admin B

etc.

Is there a way I can run a block in a loop to send emails to all respective administrators?

(I know how to pass a array of resources and admin emails to the step-block in process orchestration)

 

Thanks,

Hishaam

Parents
  • Without looking at it and from memory, the email templates are stored in DialogRichMail. So you will need to have a script in the pre-processor script that finds the template and adds it to the process collection. Then the first step will use SendRichMail with the template value of $PC("someValue")$
Reply
  • Without looking at it and from memory, the email templates are stored in DialogRichMail. So you will need to have a script in the pre-processor script that finds the template and adds it to the process collection. Then the first step will use SendRichMail with the template value of $PC("someValue")$
Children
No Data