diff --git a/bpm-examples/camunda/notification_email/notification_email.bpmn b/bpm-examples/camunda/notification_email/notification_email.bpmn deleted file mode 100644 index d2d33d1..0000000 --- a/bpm-examples/camunda/notification_email/notification_email.bpmn +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - ${email_to} - ${email_subject} - ${email_body} - - mail-send - - - Flow_1lqclyt - SequenceFlow_0zor2ji - - - - SequenceFlow_0zor2ji - - - - - - - - - SequenceFlow_1hk7qik - - - - - - ${category} - - - SequenceFlow_1hk7qik - Flow_1lqclyt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bpm-examples/camunda/notification_email/notification_email.zip b/bpm-examples/camunda/notification_email/notification_email.zip new file mode 100644 index 0000000..7a986b2 Binary files /dev/null and b/bpm-examples/camunda/notification_email/notification_email.zip differ diff --git a/bpm-examples/camunda/notification_email/v5.0/example-email-template.dmn b/bpm-examples/camunda/notification_email/v5.0/example-email-template.dmn deleted file mode 100644 index 4f9e5c8..0000000 --- a/bpm-examples/camunda/notification_email/v5.0/example-email-template.dmn +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - category - - - - - - - - - "assignment_notification" - - - - - - - - - "Task Assignment" - - - "Hello @name, - -You have a new task for the process. Please click the following link to access your new task. - -@webFormUrl - - -Best Regards" - - - - - "activity_reminder" - - - - - - - - - "Task Reminder" - - - "Dear @name, - -This is a reminder that your outstanding task is due in one day. - -Application Number : @applicationId - - -Please click the following link to access your new task. - -To access the task through formsflow.ai please follow this link: http://localhost:3000/task/@pid - - - Regards, - " - - - - - "activity_escalation" - - - - - - - - - "Task Escalation" - - - "Dear @name, - -You have exceeded the deadline for the task. - -Application Number : @applicationId - - -Please click the following link to access your new task. - -To access the task through formsflow.ai please follow this link: http://localhost:3000/task/@pid - - Regards, - " - - - - - - - - - - - - diff --git a/bpm-examples/camunda/notification_email/v5.0/example-email-template.zip b/bpm-examples/camunda/notification_email/v5.0/example-email-template.zip new file mode 100644 index 0000000..c71b9b8 Binary files /dev/null and b/bpm-examples/camunda/notification_email/v5.0/example-email-template.zip differ