Hi.
I guess it would be great to have a feature that allow us to set some kind of execution matrix between the process, so we can set what process cannot run when there’s others running.
This will help when we have two process that use the same access on the same application, and they happens to execute simultaneously. This can cause a error if the application do not allow two logins sessions at the same time.
Of course I could always use other set of access, maybe one for process, but that will burden our team, having to manage all these credentials.