Use the Terminate component

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • End the specified Windows system process by using the Terminate component in RPA Desktop Design Studio.

    시작하기 전에

    Role required: none

    이 태스크 정보

    You can configure the properties for the Terminate component. For more information about these properties, see Properties of the System Process components.

    프로시저

    1. In the Toolbox pane, navigate to Utilities > System Process.
    2. Drag the Terminate component to the Design surface.
    3. To configure the input fields, see Configure port properties.
    4. Connect the data and control ports of the Terminate component to the corresponding ports of the other component as described in the following table.
      Parameter Description Port type Mandatory?
      ProcessId The process ID of the process to terminate. You can pass this value from a previously executed component. You can get the processId by opening the Task Manager on your Windows machine.
      Example:
      ProcessId of Services.exe: 660
      Data In Yes
    5. 옵션: To test the component, under the DESIGN tab, click Run.

    As part of your automation workflow, after you have opened an app, such as Windows Terminal and ran a command on it, you can terminate the app by providing the process ID in the Terminate component.Terminate component in a simple workflow showing ProcessId as parameter.