| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<step-url>/canRun |
|---|---|
| Parent Resource | Step |
1 : The step is runnable2 : Dependent on a step in another job3 : Dependent on a stage in another job4 : Dependent on a status in another job5 : Blocked by an active job hold6 : Dependent on a previous step in this job's workflow8 : The step is assigned to another user9 : The step is assigned to another group10 : The job is assigned to another user/group11 : The job is closed12 : The step is configured for a different platform (desktop vs. server)13 : Invalid step14 : Dependent on another job15 : The step is not the current workflow step| Parameter | Details |
|---|---|
| f | Description: The response format. The default response format is html. Values: html | json |
| user | Required Description: The username of the client. |
Example 1: URL for retrieving the runnable status of step ID 14 of job ID 5 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/workflow/steps/14/canRun?user=cjones
{
"canRun": <runnableStatus>
}
{
"canRun": 1
}