Cancel a Work Step

Description:

An API method to cancel a specific work step, identified by its work step ID. The response lists the work step cancelled and the current status, along with timestamps.

Usage:
http://Orchestrator_IP_address/aspera/orchestrator/api/work_step_cancel/work_step_id?login=admin&password=aspera
For example:
http://localhost/aspera/orchestrator/api/work_step_cancel/3109?login=admin&password=aspera
The required input parameter is the following:
workflow_reporter/work_step_cancel/work_step_id
Response example (XML):
<?xml version="1.0"?>
  <work_step time="2015-05-18 04:53:20 UTC" action="cancel" id="" >
    <name>Test input</name>
    <workflow id="553"></workflow>
    <status state="Canceling">Awaiting user input at Sun May 17 21:53:17 PDT 2015</status>
    <action type="UserInput" id="20"/>
    <status state="Canceling" attempt="1">Awaiting user input at Sun May 17 21:53:17 PDT 2015</status>
    <timestamps>
      <created_at>2015-05-13 15:22:38 UTC</created_at>
      <initiated_at>2015-05-13 15:22:41 UTC</initiated_at>
      <updated_at>2015-05-18 04:53:20 UTC</updated_at>
      <completed_at></completed_at>
    </timestamps>
  </work_step>