FRAMES | NO FRAMES Description | Parameters | Examples | Response
Resolve Conflict (Operation)
URL http://<step-url>/resolveConflict
Parent Resource Step

Description

Resolves workflow path conflicts that can result in executing or marking as complete a step that can have two or more next steps.

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.
optionReturnCode Required
Description: A numeric value representing the return code from the step where the conflict was encountered.
optionSteps Required
Description: A comma-separated list of step IDs of all the possible next steps.

Example Usage

Example 1: URL for resolving conflicts on 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/resolveConflict?user=cjones&optionReturnCode=2&optionSteps=16,17

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }