cancel
Showing results for 
Search instead for 
Did you mean: 

result of process execution

hamepal
Champ in-the-making
Champ in-the-making
Is there any way by which we can check the particular process variable after the end of any process? If it is there please provide me pointers

Thanks in advance.
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
Check your history-level. If it' high enough (check userguide), variables will be stored in the history, and will be available after process has ended?

historyService.createHistoricDetailQuery().variableUpdates().processInstanceId(proc.getId());

hamepal
Champ in-the-making
Champ in-the-making
@frederikheremans

Thanks…