Is there a way to integrate with Temporal outside of Retool Workflows?

I am running into difficulties trying to run proprietary code in Retool Workflows (not able to import/execute proprietary code from the Retool code executor).

I was curious if there is a way to setup the Temporal workflows myself and let Retool integrate with these for input/output. This would make it much easier for me to run proprietary code, as I would get much more control on the running environment since I would be using native Temporal workflows.

Is this possible?

Hey @pablo.estrada! Thanks for reaching out.

Are you wanting to execute proprietary JS or Python code? The latter is supported via private PyPI libraries. The other solution that comes to mind is Retool RPC. If possible, I think it would make sense to utilize a native integration!

That said, I can't think of a reason why you shouldn't be able to integrate directly with Temporal. Are you running your own cluster or Cloud?