FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<steps-url>/assign |
---|---|
Parent Resource | Steps |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
steps | Required Description: A comma-separated list of step IDs. |
assignedType | Required Description: Determines whether to assign to a user ( 1 ) or group (2 ).Values: 1 | 2 |
assignedTo | Required Description: The name of the user or group to assign the steps to. |
Example 1: URL for assigning step IDs 5, 6, and 9 in job ID 401 to a user in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/job/401/workflow/steps/assign?user=cjones&steps=5,6,9&assignedType=1&assignedTo=amillerExample 2: URL for assigning step IDs 5, 6, and 9 in job ID 401 to a group in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/job/401/workflow/steps/assign?user=cjones&steps=5,6,9&assignedType=2&assignedTo=QA%20Team{ "success": true }
{ "success": true }