Need help with a BPM

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    replied
    Example:

    Click image for larger version

Name:	image.png
Views:	116
Size:	11.8 KB
ID:	113233

    Leave a comment:


  • abidoss
    replied
    Is there an example?

    Leave a comment:


  • yuri
    replied
    You can use a boundary Error Event (on each Message Task) to catch sending errors, then reflow it back to the same Message task. You can have some counter (a variable in Formula) to increment on each failure. If number is greater than some value, then do not reflow back but throw an error to terminate the process.

    Leave a comment:


  • abidoss
    started a topic Need help with a BPM

    Need help with a BPM

    I programmed this BPM to send emails based on certain conditions. Everything works fine, but sometimes the email is not sent due to several reasons, such as the limit on emails sent per hour.

    Honestly, I don’t know how to add the rest of the process for these cases. If the process fails, it should attempt to resend the email 2 or 3 times. Otherwise, a notification should be sent to me.

    Click image for larger version

Name:	image.png
Views:	351
Size:	29.3 KB
ID:	113141
Working...