Hi, I got a couple of issues with the workflow emails.
- Who is supposed to get the rejection email?
- The second issue is a bit more complex and will require some explanation.
Let's have user A and user B and a workflow:
Step1: A approves
Step2: B approves
There seems to be two ways (given the 2 user scenario) to start a workflow, one is if user B applies for approval. This initiates the workflow which is then in step 1. The other if user A applies for approval. The latter initiates the workflow and step 1 is concluded. Workflow will therefore be directly running in step 2.
Let's take the latter case. My user from A gets two emails (well technically more given that I don't have the Squiz Server, but let's just assumeā¦):
- The first email says in the subject: "Asset Changes Approved" and explains that the user has approved the asset to go live. That is ok. Even though the wording may be misleading (the asset is not live it just progressed through one step of the workflow).
- The second email (second in timestamp by about 12sec), asks user A to approve the asset. The subject of the email is "Workflow Approval Required", it explains that the 'page' asset is currently in a workflow and requires approval to proceed. This however is incorrect as that specific step is already done.
I guess what I'm trying to say in so many words is that there seems to be an issue in the sequence of email received by the user. Or is there?