FRAMES | NO FRAMES Description | Parameters | Examples | Response
Log Step Comment - DEPRECATED (Operation)
URL http://<step-url>/logComment
Parent Resource Step

Description

This end point has been deprecated at 10.4. Adds a new comment on a specific step of a job workflow.

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.
comment Required
Description: A brief message to associate with the step.

Example Usage

Example 1: URL for logging a comment 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/logComment?user=cjones&comment=This%20step%20needs%20to%20be%20executed%20again

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }