Are all BPMs executed server side?

We had an error this morning where DNS appears to have failed to lookup a local hostname. Please note that the code that references the hostname resides in a bpm. In troubleshooting, the question arose if bpms run server side or client side. The error indicated the error was a server side error, but in general what code executes on the client and what code is executed server side?

In case you didn’t already find out. Server side.

1 Like

Yes, to confirm… ALL BPMs are executed on the server. NONE are on the client. This is why it works no matter what type of client is doing the work. Kinetic still triggers the same BPM as the old client. DMT also triggers the BPMs. If they were client side, then they would need to be downloaded before running.

1 Like