What I'm trying to figure out is how to make a choice property with dynamic attributes. The end goal is to have a user select a service from a list rather than relying on them to type the name of the service in correctly. Ideally I'd like for this to be a somewhat real-time list of services that I could grab in any number of ways.
If you modify the modeler-sourcecode, that's possible. You whould have to plug in a custom "editor" in the oryx-configuration/code that is used when a stencil-property of e certain type is edited in the modeler UI. We don't have an example of this, however this is perfectly possible.
Hi Brian, Any luck with choice property with dynamic values? I am also trying for the same, and then populate Complex property with dynamic values(at least static values from stenilset.json is working).