My process runs too quickly in Orchestrator (meaning selectors cannot be found causing the process to fault). Is it possible to slow down the process execution in Orchestrator kind of like the debug mode in Studio?
If you deploy your package to orchestrator that means Production settings will be applied
Debug is to test your entire workflow which is not applicable for Production
You can maintain delays / Timeouts for not failing
You can control those by navigating to Project tab->right click on the project name->ProjectSettings
Hope this helps you
Thanks
1 Like