Static ReadonlyprefixThe standard prefix used for all Arvo orchestrator events. This prefix helps identify events that belong to the Arvo orchestrator system.
StaticcompleteGenerates a completion event type string for a given event name. Appends '.done' to the initialization event type.
String literal type for the event name
The base name of the event
A type-safe string for the completion event
StaticinitStaticisChecks if an event type belongs to the Arvo orchestrator.
Event type string to check
True if the event is an orchestrator event, false otherwise
StaticsystemGenerates a system error event type string for a given event name. Prepends 'sys.' and appends '.error' to the initialization event type.
String literal type for the event name
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