Rules Workflow

Component ID

1434760

Component name

Rules Workflow

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This project is an exported feature (Features module).
It contains workflow that is build with Rules and Rules Links modules as an example for session on DrupalForum 2012 in Zaporozhye.

Here is some features:

  • Article content type has new field Status, which can has one of the following values: Draft, Approved, Rejected, Published, Unpublished.
  • On the article list page will be diplayed only nodes which have Published status.
  • User with role Editor can post new article. It will be unpublished and status will be Draft.
  • Administrator can Approve on Reject this article.
  • After administrator's approval, editor can Publish or Unpublish his article.
  • Editor will be notified about any status changes via email.