Skip to content
#

bpm

Here are 217 public repositories matching this topic...

Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.

  • Updated Aug 27, 2020
  • Java
joebordes
joebordes commented Sep 29, 2019

add a text version to outgoing emails in order to reduce spam count

the message template module has a text version which we should use if it is not empty, if it is empty or we are sending an email without a template you may be able to use this code:

$tplnothml=strip_tags(preg_replace(array("/<p>/i","/<br>/i","/<br\/>/i"),array("\n","\n","\n"),$content));
$message->addPart($tplnothm

Improve this page

Add a description, image, and links to the bpm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bpm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.