I am automating an application which launches other applications. Launched apps take high system's resources and process execution is impacted. How can I resolve this?

I am automating an application which launches other applications. Launched apps take high system’s resources and process execution is impacted. How can I resolve this?

You can use the process kill activity in your process to kill the other applications. Please refer to Process Kill for more details