Created
November 15, 2015 01:51
-
-
Save sherl0cks/fd16c6c8d4ad060bad56 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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