I have a workflow that checks a task column for one of 23 possible entries.
Based on which one is true, it will then fire off an email to the appropriate
person. With that said, I have another workflow that could create a number of
tasks with one of the possible entries, so it may be attempting to do a number
of checks. Basically, my problem is that sometimes the workflow that attempts
to send the emails fails with the status of 'Error Occurred.' If I re-run the
workflow, it may work for all the tasks. Other times it just fails.