Regarding Activity Settings

The Activity settings may be configured for two scenarios: Production and Debug. What does it mean?

Read more about it here:

Thanx but i want to know what is the difference production and debug.


In the image production and debug both has mentioned what does it means?

This is a way to have project level settings with two different values that can be used both in development and production without having to use two separate projects…

The production values are applicable, when you execute project by clicking on run project button. The debug values are applicable, when you debug project by clicking debug project button. That’s the meaning behind production and debug values.

If you are running project from UiPath assistant or orchestrator Job or schedule, then too production values are applicable.

1 Like

Production Value-
When you set the delay before and delay after time and the browser specific for production on Project Settings. The process should run according to your settings. In case of Run, Run File or Schedule your process on orchestrator.
Debug Value-
What you set on debug section on Project Settings that should Work only on when debug the workflow.