How to do Node.js runtime on UiPath

As of this point I’m able to run processes with the process execution activity, but I want a near native way to start micro services. Something similar to python’s runtime activity.

I just need a way to pass it some “.env” configuration and then force all further traffic to hit the express endpoint that the node module returns.

Any idea how to write a custom activity that just starts and stops the micro service that is defined in a node module

Thanks,
Lokesh Poovaragan