pynenc.identifiers.invocation_id¶
Invocation identifier type with validation.
Lightweight wrapper around UUID strings for type safety and validation. Unlike TaskId/CallId, InvocationId has no internal structure - it’s an opaque identifier generated for each execution instance.
Module Contents¶
Functions¶
Generate a new unique invocation ID. |
Data¶
API¶
- pynenc.identifiers.invocation_id.InvocationId¶
‘NewType(…)’