Skip to content

Instantly share code, notes, and snippets.

@motorina0
Last active November 15, 2016 18:31
Show Gist options
  • Save motorina0/6446ff4cd277ebd74e57f760f0709a01 to your computer and use it in GitHub Desktop.
Save motorina0/6446ff4cd277ebd74e57f760f0709a01 to your computer and use it in GitHub Desktop.
taskService.setVariable
taskService.setVariable(firstTask.getId(), "variable1", "value1");
taskService.setVariable(firstTask.getId(), "variable1", "value2");
taskService.setVariable(firstTask.getId(), "variable1", "value3");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment