Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Created January 4, 2020 16:46
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/83f89280d835be85a56d83cd3decadee to your computer and use it in GitHub Desktop.
Save mauriziocarioli/83f89280d835be85a56d83cd3decadee to your computer and use it in GitHub Desktop.
PHM Trigger For Each Task initialization
Response d = (Response)kcontext.getVariable("pData");
kcontext.setVariable("_taskId",d.getTask().getOrigId());
kcontext.setVariable("_predecessorId",d.getTask().getPredecessor());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment