Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Created January 1, 2020 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriziocarioli/1f753e1de6ef7b15551c08e16a7ff801 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/1f753e1de6ef7b15551c08e16a7ff801 to your computer and use it in GitHub Desktop.
PHM Processes Reminder On Entry Action
Reminder r = (Reminder)kcontext.getVariable("_Reminder");
kcontext.setVariable("_To",r.getAddress());
kcontext.setVariable("_Subj",r.getSubject());
kcontext.setVariable("_Body",r.getBody());
kcontext.setVariable("_From",r.getFrom());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment