Compute module functions can not be included in the OSDK

I can not include my compute module functions in an OSDK application. I can include them in a functions repo, but this defeats the purpose of using compute modules. Compute module functions need the ability to be invoked directly and packaged in OSDK apps just like other actions and functions.

If I understand your use case correctly, I believe this should work today. When registering the CM are you making sure to select the “includeApi” toggle? You then need to register it into a specific ontology to make it available in OSDK.

Screenshots attached:


Can this be done after creating the compute module?