04-12-23 07:50 AM
I am creating a bot in BP, now I want to transfer that bot to another server, but I don't know where the location is
04-12-23 09:08 AM
Hi Ankit,
If you say 'BOT', do you mean a BP process?
If so:
Extract the process as a release file. Then transfer this release file to the server where you need to deploy it. After that, import the release file into the BP installation on that server and you should be able to see and use it there.
Commonly, a BP process uses extra resources such as objects, work queues, and environment variables. All of these need to be available on the target server. If they're not, they need to be deployed there by either configuration or export-import.
04-12-23 03:44 PM
FYI - All BP objects and processes are stored in a predefined table in a DB. When you export then only it will get saved in file explorer otherwise it will stay in DB.