Timer event create time

Hi there, I have a timer event and inside my app I have to show the create time for tasks/processes/jobs etc. but I can’t really find the create time for this timer event that I’m using. Am I missing something or there is no create time for events? Thank you.

Hi @floris,

All instances of flow nodes including timer events are represented in the table {{ACT_HI_ACTINST}}. This table provides the start time as an attribute. You can access it from Java API via {{HistoryService#createHistoricActivityInstanceQuery}}.

Cheers,
Thorben

2 Likes