Kill a running job

You can kill an individual job that is running, without killing the entire flow. Note that you cannot kill a manual job.

From the Flow Manager

Procedure

  1. In the Flow Manager, locate the flow containing the job you want to kill, and open the flow.
  2. Locate the job you want to kill, and right click on it.
  3. From the menu, select Kill.

From the command line

Procedure

  1. On the command line, specify the following:
    jjob -i flow_id -k flow_name[:subflow_name]:job_name
    

    where flow_ID is the unique flow ID containing the job you want to kill, flow_name is the name of your flow, subflow_name is the name of your subflow (if you have one), and job_name is the name of your job.

  2. Press Enter.