FRAMES | NO FRAMES Description | Parameters | Examples | Response
Recreate Workflow (Operation)
URL http://<workflow-url>/recreate
Parent Resource Workflow

Description

This operation is supported from 10.3 onwards.

Recreates the job workflow. The job workflow will be updated with the latest job type's workflow after the job has been created.

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.

Example Usage

Example 1: URL for recreating workflow for job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/workflow/recreate?user=cjones

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }