Skip to content

Instantly share code, notes, and snippets.

@sherl0cks
Created November 15, 2015 01:51
Show Gist options
  • Save sherl0cks/fd16c6c8d4ad060bad56 to your computer and use it in GitHub Desktop.
Save sherl0cks/fd16c6c8d4ad060bad56 to your computer and use it in GitHub Desktop.
// demployment id, user, pass omitted for brevity
RuntimeEngine runtimeEngine = RemoteRuntimeEngineFactory.newRestBuilder().buildFactory().newRuntimeEngine();
Long yourProcessInstanceId = 1l;
List<VariableInstanceLog> variables =(List<VariableInstanceLog>) getRuntimeEngine().getAuditService().findVariableInstances(1l);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment