You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM users, roleba...@gmail.com
No Listener, I would recommend a Java Delegate to implement the send task in the process diagram.
And code all the email stuff in the execute() method.
Kind Regards, Ingo
roleba...@gmail.com
unread,
Feb 25, 2016, 12:53:06 PM2/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM users, roleba...@gmail.com
Ok, thanks!
Is there anything that speaks against the Execution Listener? I ask only for a general understanding of this choice.
webcyberrob
unread,
Feb 25, 2016, 5:11:35 PM2/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM users
Hi As a principle, I typically advocate that business intent, eg send email is implemented as a delegate, whereas peripheral intent, eg logging, audit, statistics, security use execution listeners or similar. I guess this is along the lines of separation of concerns...