Can you replicate a workshop module in OSDK?

My goal is to put the workshop module to an external front-end while using OSDK.
Currently, I can fabricate the UI (tables, metric, filters, etc…) by implement OSDK, but cannot add some of the features like AIP function logic. Is there a way just to implement everything from a workshop module to an OSDK?

1 Like

You should be able to add AIP Logic to OSDK application like any other functions.
In your Logic page, make sure you publish with the same API name and ontology binding like the rest of your OSDK, then you can import it to your Dev console application and use it like you use from workshop.
Which other resources would you need?

My question was more if I can take the workshop module and replicate it on a front-end outside of the Foundry platform. Basically, if I can take the workshop module and put it in OSDK so I don’t need to redo a map, filters, etc… using typescript.

Have you tried it? What error did you get?