Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. { "rules_schedule_registration_management_after_30_minutes" : {
  2. "LABEL" : "Schedule registration management after 30 minutes",
  3. "PLUGIN" : "reaction rule",
  4. "OWNER" : "rules",
  5. "TAGS" : [ "Registration" ],
  6. "REQUIRES" : [ "commerce", "rules", "registration" ],
  7. "ON" : { "registration_insert" : [] },
  8. "IF" : [
  9. { "NOT entity_exists" : { "type" : "registration", "property" : "state", "value" : "waitlist" } }
  10. ],
  11. "DO" : [
  12. { "component_rules_setcron_30_minutes" : { "registration" : [ "registration" ] } }
  13. ]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement