Deploying Custom Activities in an offline environment

Hello :slight_smile:

I have a custom activity that is being used in a project and is being loaded from a local folder on my desktop.

Now i have to deploy my project package to an on-premises orchestrator which is on an offline environment (no internet connection)

Where should i place my custom activity(in addition to other packages that are not installed by default). in other words, from which feed should the robot get the activities from.

Thank you in advance

@johnny123

project package can be uploaded manually

You can check as below for custom activities package

Mark as solution if this helps

Thanks

Thank you for the reply, one question though.

should the dependencies for activities be added to this folder as well?