@event-driven-platform/execution
v0.0.5
Published
Execution identity, lease, attempt, and failure primitives for the event-driven platform Runner.
Readme
@event-driven-platform/execution
Defines execution identity, attempt identity, lease metadata, and normalized execution failure contracts used by Runner and execution persistence.
Installation
pnpm add @event-driven-platform/executionAPI
Important contracts include:
ExecutionIdandDefaultExecutionIdFactory;ExecutionAttemptIdandDefaultExecutionAttemptIdFactory;ExecutionLease,ExecutionLeaseOwnerId, andExecutionLeaseVersion;ExecutionFailure.
These are infrastructure-facing execution primitives. They identify and coordinate executions; they are not domain Operations or business results.
Related documentation
See docs/architecture/README.md and docs/execution-public-api.md.
