Hi Experts,
I am a newbie in CQ. I am working on a CQ5 workflow implementation which has three steps.
- Author creates/updates the content and initiates the workflow
- First level of Approver (We call it Manager) approves this content. If Manager finds content OK he sends this to next level approver (We call it Publisher) to publish via workflow. Though if manager rejects the content , Author gets a message in his inbox.
- Now, if Publisher finds the content good he simply publish the content. If he finds any issue - he rejects the content and Author gets a message in his CQ5 ( Thats how it has been configured)
Now we want to send a message to author when the Publisher publishes the content (Technically when the workflow ends). Right now the author only gets the message once content is rejected. Can anybody help us on this ?
PS: We dont want to go with email notifications because of some reasons. We need only CQ5 messages.