This is an exported rule, so it needs to be imported.

 
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.


From: Steve Kessler


Where does this code go?
On Feb 23, 2013 2:34 PM, "Ms. Nancy Wichmann" <nan_wich@bellsouth.net> wrote:
{ "rules_service_ready_for_preliminary_review" : {
    "LABEL" : "Service Ready for Preliminary Review",
    "PLUGIN" : "reaction rule",
    "TAGS" : [ "email", "service" ],
    "REQUIRES" : [ "workflow_rules", "rules" ],
    "ON" : [ "workflow_state_changed" ],
    "IF" : [
      { "workflow_check_transition" : {
          "node" : [ "node" ],
          "old_state" : { "value" : { "ANY" : "ANY" } },
          "new_state" : { "value" : { "3" : "3" } }
        }
      }
    ],
    "DO" : [
      { "mail_to_users_of_role" : {
          "roles" : { "value" : { "5" : "5" } },
          "subject" : "Service Ready for Preliminary Review",
          "message" : "This Service is ready for your Preliminary Review: \u003Ca href=\u0022[node:url]\u0022\u003E[node:title]\u003C\/a\u003E"
        }
      }
    ]
  }
}