| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL | http://<step-url>/resolveConflict |
|---|---|
| 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. |
| 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 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
{ "success": true }
{ "success": true }