Description
Represents the detailed description of a workflow step. Typically the description consists of an HTML document.
Parameters
Parameter |
Details |
f |
Description: The response format. The default response format is html.
Values: html | json |
Example Usage
Example 1: URL for the description of 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/description
JSON Response Syntax
{
"stepDescription": "<description>"
}
JSON Response Example
{
"stepDescription": "<p>This step involves: <ul><li>Editing parcel data</li><li>Posting edits back to the default version</li></ul></p>"
}