I have a Workflow Rule that will kick off a common email based on case
status. However, what I have found is that executing a subprocess to send
the email does not work or pauses. If you find it paused, and refresh, no
email is sent. Changed the Exec subprocess to Send Email and the rule is
running fine. I would like to know if sending emails in a subprocess is a
problem or just is not supposed to work?

Re: Email Subprocess failing by Peter

Peter
Wed Mar 28 15:12:02 CDT 2007

Sending email in a subprocess works fine in my experience

Check error logs to provide more info

"Alice C" <AliceC@discussions.microsoft.com> wrote in message
news:55A686AA-13C8-4763-AD95-CFD4CE867F3E@microsoft.com...
>I have a Workflow Rule that will kick off a common email based on case
> status. However, what I have found is that executing a subprocess to send
> the email does not work or pauses. If you find it paused, and refresh, no
> email is sent. Changed the Exec subprocess to Send Email and the rule is
> running fine. I would like to know if sending emails in a subprocess is a
> problem or just is not supposed to work?