Send return email to the user in workflow after approve.

Hi Guys, I am trying to send email from workflow. When i assign item to user then sending mail with all details to that user. Once that user approves it, then i want to get email as “Item is approved” or send email reverse to the owner or creator. I tried to check the email notification events like “OnClosed”,”OnVote” etc, but i am not getting any emails even it is approved by assigned user. Can you please help me on it and suggest.   Thanks, Aaba.
  • He is my understanding of your scenario. You have one activity on a workflow map and the activity has two notifications configured. The first notification is when the activity starts and the person assigned to the activity should get a message. The second notification is after the activity is voted or after the activity is closed then the owner or creator should be notified. If that understanding is correct, then you will need to configure the Notifications tab of the activity with the following notifications: Name                                 Event                      Target                          Alternate OnActivateMessage        On Activate           All Assignments OnCloseMessage             On Close                Alternate                      Creator (or Owner) If this is not working, then here are some things to consider for troubleshooting.
    1. Is the Owner property of the process filled in?
    2. Does the user object represented by the owner/creator have an email address assigned?
    3. Hook the OnCloseMessage to the activity following the activity of interest and set the event to On Activate, target to Alternate, and Alternate to Create/Owner.
    4. Turn on email debugging to confirm whether or not a message is created. Search the forums for email_debug_option in the InnovatorServerConfig for more infomation.
    Dennis