{ "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"
}
}
]
}
}