FRAMES | NO FRAMES Description | Parameters | Examples | Response
Assign Steps (Operation)
URL http://<steps-url>/assign
Parent Resource Steps

Description

Assigns one or more steps to a user or group.

Parameters

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 Usage

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=amiller

Example 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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }