Hide Table of Contents
Class: WorkflowStepDisplayDetails

Description

The WorkflowStepDisplayDetails class returns the collection of a workflow's step properties.

Class hierarchy

esri.WorkflowManager.SupportClasses.WorkflowAnnotationDisplayDetails()

Properties

NameTypeSummary
centerXintThe X coordinates of the step.
centerYintThe Y coordinates of the step.
fillColordojo.colorThe fill color of the step.
heightintThe height of the step.
labelstringThe step text.
labelColordojo.colorThe text color.
OutlineColordojo.colorThe outline color.
shapeStepIndicatorTypeThe shape of the step.
stepIdintThe step ID.
stepTypestepExecutionTypeThe step execution type.
widthintThe width of the annotation.
Property Details

<int> centerX

The X coordinates of the step.

<int> centerY

The Y coordiates of the step.

<dojo.color> fillColor

The fill color of the step.

<int> height

The height of the step.

<string> label

The step text.

<dojo.Color> labelColor

The color of the text.

<dojo.color> outlineColor

The outline color.
The shape of the step.

<int> stepId

The step Id.
The step execution type.

<int> width

The width of the annotation.