Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Last active February 27, 2020 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriziocarioli/4d75c14c508a1e801ff98b7b566326d5 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/4d75c14c508a1e801ff98b7b566326d5 to your computer and use it in GitHub Desktop.
PHM Email Service Task deployment descriptor
<work-item-handler>
<resolver>mvel</resolver>
<identifier>new org.jbpm.process.workitem.email.EmailWorkItemHandler(System.getenv("DEMO_SMTP_SERVER"), System.getenv("DEMO_SMTP_PORT"),System.getenv("DEMO_SMTP_USER"),System.getenv("DEMO_SMTP_PWD"))</identifier>
<parameters/>
<name>Email</name>
</work-item-handler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment