Is it possible to send a custom task notification mail (with the SendTaskEmailNotification process) in the designer? This would be really helpful.

Currently i don't get any task notification at all (in the designer).

Thanks in advance!

asked 02.02.2016 at 16:54

Marcel%20von%20Wyl's gravatar image

Marcel von Wyl
(suspended)
accept rate: 100%


Create simple utility Process with a Request Start Event that flows to a Script Activity. In the Script Activity code the mail generator can be adjusted like this:

import ch.ivyteam.ivy.workflow.StandardProcessType;
String projectIdentifier = "ch.ivyteam.ivy.project.wf:JsfWorkflowUi"; // use library name of your project with the default (start) processes
ivy.wf.setStandardProcessImplementationLibrary(StandardProcessType.MAIL_NOTIFICATION_PROCESS_TYPES, projectIdentifier);

For further information see a similiar answer here:: http://answers.axonivy.com/questions/383/redirect-to-our-specific-task-list-on-task-end

link

answered 04.02.2016 at 10:54

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 04.02.2016 at 11:12

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78
×68
×34

Asked: 02.02.2016 at 16:54

Seen: 2,823 times

Last updated: 04.02.2016 at 11:12