FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<step-url>/moveNext |
---|---|
Parent Resource | 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. |
returnCode | Required Description: A numeric value representing the return code chosen by the client. |
Example 1: URL for moving to the next step based on return code 2 for step ID 14 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/workflow/steps/14/moveNext?user=cjones&returnCode=2{ "success": true }
{ "success": true }