You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`:time/tx-initiated`| - | The timestamp for when the transaction was initiated. |`{:fn/timepoint [:time/tx-initiated]}`|
69
-
|`:time/first-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the first time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/first-entered-state :state/state-name]}`|
70
-
|`:time/first-transitioned`| Transition name as keyword. | The timestamp when the process executed the given transition successfully for the first time. |`{:fn/timepoint [:time/first-transitioned :transition/transition-name]}`|
71
-
|`:time/booking-start`| - | The booking start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
72
-
|`:time/booking-end`| - | The booking end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
73
-
|`:time/booking-display-start`| - | The booking display start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
74
-
|`:time/booking-display-end`| - | The booking display end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
|`:time/tx-initiated`| - | The timestamp for when the transaction was initiated. |`{:fn/timepoint [:time/tx-initiated]}`|
69
+
|`:time/first-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the first time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/first-entered-state :state/state-name]}`|
70
+
|`:time/last-entered-state`| State name as keyword. | The timestamp when the process entered the given state for the most recent time. Processes may contain loops so a state can be entered multiple times. |`{:fn/timepoint [:time/last-entered-state :state/state-name]}`|
71
+
|`:time/first-transitioned`| Transition name as keyword. | The timestamp when the process executed the given transition successfully for the first time. |`{:fn/timepoint [:time/first-transitioned :transition/transition-name]}`|
72
+
|`:time/booking-start`| - | The booking start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
73
+
|`:time/booking-end`| - | The booking end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
74
+
|`:time/booking-display-start`| - | The booking display start timestamp. |`{:fn/timepoint [:time/booking-start]}`|
75
+
|`:time/booking-display-end`| - | The booking display end timestamp. |`{:fn/timepoint [:time/booking-end]}`|
75
76
76
77
A booking always has start and end times. You may optionally specify
77
78
display start and display end times via transition parameters. Start and
0 commit comments