Terminal package info

hello everyone,

is it possible to see the code related to the terminal activities package of UiPath? If yes, in what way?

@Kumar802

I dont think the source code is exposed outside

cheers

1 Like

Hi @Kumar802

As said y anil you can only use the activities in UiPath the source code is not seen

regards
Sudharsan

1 Like

I don’t think it would do you any good either.

It is basically just an emulator using whatever protocol the terminal accepts, hllapi or some other.

1 Like

Is important to me just to say how some functions inside the terminal interact with some web service.

In fact, with the client emulator it works, in the embedded terminal, unfortunately not, so i need to inspect the source code.

Otherwise, in this case, have you other suggestion?

You could download the UiPath.terminal.activities package from your orchestrator and then unpack it (it’s a nupkg-file) and see if you can figure something out.

Although I’m not sure what exactly you’re hoping to achieve.
The functions “inside the terminal” will work on the back-end so you won’t be able to see what that web service is doing via the terminal emulator.