actsinstances
Actsinstances is a term used in information systems to denote the concrete execution occurrences of a defined act within a process or workflow. It is distinct from an abstract act or task; an actsinstance represents a specific instantiation in time and space within a process run, recording its execution trace for auditing and analysis.
In a typical data model, an actsinstance includes fields such as id, act_id, process_instance_id, actor_id, start_time,
Lifecycle: created when the act starts, updated as it progresses through states (scheduled, running, completed, failed,
Applications: used in business process management, BPMN execution traces, event-sourced architectures, and actor-based systems to capture
Relationship: actsinstances complement acts (the specification) and process_instance records. They differ from event logs by being