Check the Running Status for a Specific Workflow

Description:

A method to indicate if a specific workflow identified by its workflow ID is currently running (for example, some work orders have been initiated and are currently being executed) or not.

Usage:
http://Orchestrator_IP_address/aspera/orchestrator/api/workflows_status/workflow_id?login=admin&password= aspera
For example:
http://localhost/aspera/orchestrator/api/workflows_status/1?login=admin&password=aspera
The required input parameter, which specifies the workflow ID, is the following:
workflow_reporter /workflows_status/<workflow_id
Response example (XML):
<?xml version="1.0"?>
<workflows time="2012-01-25 07:31:17 UTC" action="status" id="1">
    <workflow id="1" name="AAA - file processing for client" status="not running" last_activity="-"/>
</workflows>