Hi folks!
I've got a workflow with a ServiceTask that gets data from a database to decide how to continue. There is two conditions, greater than (auto-rejected) and less than (accepted).
<ul>
<li>At the accepted case, the workflow goes to an UserTask, and an user decides about the situation and, in every possible case here, send an email to the initiator. Here there isn't any problem, I've got some problems with the email task, but I think it is an Alfresco problem.</li>
<li>At the auto-rejected case, the workflow goes <strong>from</strong> the ServiceTask <strong>to</strong> an Alfresco Email Task</li>
</ul>
The problem here is, when I'm testing the workflow at Alfresco, the accepted case works fine, but the auto-rejected not. The error message says
<blockquote>
Could not start the workflow
</blockquote>
I guess the reason of this could be that I'm sending an email from a ServiceTask instead of an UserTask…