Stop job activity used

how to used stop job activity after job getting from get job activity?

Hi
Get Jobs activity will give us Ienumerable(OrchestratorJob) variable as output
—now use a FOR EACH activity and pass the above obtained variable as input and change the type argument as UiPath.Models.OrchestratorJob in the property panel of for each loop

—inside the loop use a STOP JOB activity where in the property panel pass the input as item to JOB property
This will stop the jobs obtained from the Get Jobs activity

Cheers @Kirti123