Skip to content

Instantly share code, notes, and snippets.

@motorina0
Created November 15, 2016 20:18
Show Gist options
  • Save motorina0/b6ba3a5c37a295463fc7f1f57ab0a94a to your computer and use it in GitHub Desktop.
Save motorina0/b6ba3a5c37a295463fc7f1f57ab0a94a to your computer and use it in GitHub Desktop.
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