Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Last active February 18, 2020 13:51
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/f7e8c4a93f8096a1e757980374ed4f78 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/f7e8c4a93f8096a1e757980374ed4f78 to your computer and use it in GitHub Desktop.
PHM Processes Init Script Task
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