Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Strange Issue with Email Notifications with Workflow Modeler
dlsoderberg
Server Info:
TS 6.7.1 SP1 on Solaris 10
I have a workflow model designed in Workflow Modeler that we have published to our TS server. For the most part, the workflow functions as intended. We do have a couple of strange things happening. Our email notifications are not being delivered to the correct users consistently. It is an author submit workflow that is reviewed, then submitted and deployed. Sometimes we're seeing that when the author submits the job, the author is then sent an email from the reviewer telling them that a task needs their attention instead of the other way around. I've decompiled the java class that the email task is using to set up the email and everything appears to be grabbing the correct information there.
Has anyone had any similar issues with email tasks in SP1?
Thanks in advance for your responses!
Dave
Find more posts tagged with
Comments
moonkhanna
this depends on the value of the NotifyReviewer variable. Can you provide details of your Review Task properties and variables
dlsoderberg
I solved this by adding an email task back in front of the Review task instead of having the Review task notify the Reviewer. I'm not sure why it wasn't processing correctly that way, but since I've got it working the other way...I'll just avoid using that feature in the future.