I am using Rules for a node publishing workflow. When a node is in "needs review" status and an admin either rejects or publishes the draft, I'd like to notify the user who created the draft (i.e. not necessarily the node's author).

Comments

tr’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as outdated because I doubt you still need this answered. However, in order to do what you want you need to have that information stored somewhere. Do you keep track of the "last edit" user in a field on your content type? If so, then it is easy to do in Rules. But since I don't know the details of your workflow configuration I can't give an exact answer. If you are not saving the "last edit" user then you will need to start doing that, otherwise there is no way to know who modified the content.