Static
Readonly
prefixThe standard prefix used for all Arvo orchestrator events. This prefix helps identify events that belong to the Arvo orchestrator system.
Static
completeStatic
initStatic
isStatic
systemGenerates a system error event type string for a given event name. Prepends 'sys.' and appends '.error' to the initialization event type.
The base name of the event
A type-safe string for the system error event
Utility class for generating standardized event type strings for the Arvo orchestrator. This class provides methods to create consistent event type identifiers with predefined prefixes and suffixes for different event states (init, complete, error).
Example