Kill a running flow

About this task

You can kill a flow any time after it has started running. Killing a flow kills any work items within the flow that have not yet completed.

Procedure

  1. In the Flow Manager, select the most appropriate view for finding the flow.
  2. In the tree view, locate the flow you want to kill.
  3. Right-click on the flow and select Kill. All incomplete or waiting jobs in the flow are killed.

From the command line

Procedure

  1. On the command line, type the following:
    jkill flow_id
    

    where flow_id is the unique ID of the flow you want to kill.

  2. Press Enter.