How to kill multiple process

Hi,

I have created an workflow and argument to kill the process and works fine however I need to know how to kill multiple process using the same argument. How this can be done. Below is the snapshot of what I did.

This does not work and kills only iexplore process.

1 Like

Hi
Pass this variable to a For each loop and change the type argument as string in the property panel
—inside the loop use KILL PROCESS ACTIVITY where in the ProcessName property mention as item.ToString

Cheers @Saurm21

1 Like

Hi @Saurm21,

Check this xaml, it will kill the processes from current session.

KillProcessesFromCurrentSession.xaml (12.5 KB)

2 Likes

I was entering process name incorrect. It should be chrome instead of Chrome. This is resolved

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.