Show running scripts in the designer

hi everyone,

is there any way to know which scripts are running at the moment? i am looking at an option help > diagnostics > scripts (in the designer) but i don't see anything, do i have to activate any configuration in the gateway?

I have a problem and it is that I don't know from where an internal script that activates a bit is being executed, (it is a project already in production and there are already several programmers working on it so it is difficult to know from where a particular change).

regards.

You cannot monitor gateway scripts from the designer. You have to open the gateway's status page for that purpose.

You should also add logging to your scripts, using DEBUG level by default, to help find such things.

1 Like