Variable HISTORY_DISPLAYConst
HISTORY_DISPLAY: {
aborted: { description: string; title: string };
actionFired: { description: string; title: string };
activityStatusChanged: { description: string; title: string };
effectClaimReleased: { description: string; title: string };
effectCompleted: { description: string; title: string };
effectQueued: { description: string; title: string };
fieldQueryDiscarded: { description: string; title: string };
opApplied: { description: string; title: string };
spawned: { description: string; title: string };
stageEntered: { description: string; title: string };
stageExited: { description: string; title: string };
subworkflowAdopted: { description: string; title: string };
subworkflowOrphaned: { description: string; title: string };
subworkflowResolved: { description: string; title: string };
transitionFired: { description: string; title: string };
} = ...
Type declaration
aborted: { description: string; title: string }
actionFired: { description: string; title: string }
activityStatusChanged: { description: string; title: string }
effectClaimReleased: { description: string; title: string }
effectCompleted: { description: string; title: string }
effectQueued: { description: string; title: string }
fieldQueryDiscarded: { description: string; title: string }
opApplied: { description: string; title: string }
spawned: { description: string; title: string }
stageEntered: { description: string; title: string }
stageExited: { description: string; title: string }
subworkflowAdopted: { description: string; title: string }
subworkflowOrphaned: { description: string; title: string }
subworkflowResolved: { description: string; title: string }
transitionFired: { description: string; title: string }
History-entry
_typediscriminators. Order roughly matches the order a typical run produces them in a single fire-action commit.