Created
November 15, 2016 20:18
-
-
Save motorina0/b6ba3a5c37a295463fc7f1f57ab0a94a 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
List<HistoricActivityInstance> processSteps = nativeHistoricActivityInstanceQuery.sql("SELECT `ID_` , `PROC_INST_ID_`, `PROC_DEF_ID_`, `START_TIME_`, `END_TIME_`, `DURATION_`, `START_USER_ID_`, `START_ACT_ID_` as `ACT_ID_` , `END_ACT_ID_`, `NAME_` as `ACT_NAME_` FROM `activiti`.`ACT_HI_PROCINST` LIMIT 1000;").list(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment