I should be of great help if we could start a process asynchronously from another process. I have a usecase in which I have to start a long blueprism process from another system. If I expose this process as a WebService, Blueprism will wait the process complete before responding to the other system. If the process takes a lot of minutes to complete, this will cause a timeout error to the other system.
The problem could be solved if we could call another process that could start the log process and complete without waiting the subprocess to complete. In this way we could respond to the other system that the process is started and running before the timeout occours.