FRAMES | NO FRAMES Description | Parameters | Examples | Response
Move to Next Step (Operation)
URL http://<step-url>/moveNext
Parent Resource Step

Description

Advances the workflow to the next step based on a return code value. The return code is determined by the client (such as asking a question).

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.
returnCode Required
Description: A numeric value representing the return code chosen by the client.

Example Usage

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }