named enums
Description
any chance we can get a way of defining custom enums?
Implementation ideas
No response
Would it be possible to also reference the same custom enums in different orchestrations somehow?
Would it be possible to also reference the same custom enums in different orchestrations somehow?
Once we introduce named classes to Orchestrator, then we should get this automatically with the recent changes to the ClassConstant node to support named/global class enumerations and constants.
any chance we can get a way of defining custom enums?
In GH-1055, there is a request to introduce support for a variety of @export annotations, and I think this work would pair with that quite well since we'd need a way to define an exported enumeration with the annotations.