Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Deepak
If you are suing 801 and do not see the custom template in the Assign Task service operation, you can use the TaskAssigned event to send customized email based on the process.
thanks
girish
mergeandfuse@gmail.com
Views
Replies
Total Likes
Hello all,
In ES 8.0.1 there is no custom email template. What i have to do. Is the same feature in 8.2 ?
@girish: Can u please briefly explain me in detail your answer. If u provide me step by step configuration or any link that contain that it would be really helpful.
Deepak
Views
Replies
Total Likes
Hi
You create a new longlived process
drag the TaskAssignedEvent on to the process
Select "Start Point" when the event behaviour dialog box pops up
this means you are starting theis process every time a Task is created . You then define variables for your process. For this purpose, I defined a variable called AssignedUser of type string. Make sure it is marked as input. **You must mark all variables as input if you want to capture event data into your process variables"
Then the process queries the DB to get the user's commonname,email. In 821 there is FindUser operation which will fetch you all the user details. I am not sure if 801 has it
Then you customize the email that needs to be sent to the user
please import the attached lca
it should get imported into a category called "ESBlog"
This process will get executed every time a task is created
you can filter this in the task event properties
Views
Replies
Total Likes
Views
Likes
Replies