Hide Table of Contents
Class: WorkflowPathDisplayDetails

Description

The WorkflowPathDisplayDetails class returns the properties of a workflow's path properties like location, destination steps, postion on the workflow canvas.

Class hierarchy

esri.WorkflowManager.SupportClasses.WorkflowAnnotationDisplayDetails()

Properties

NameTypeSummary
coordinatesint[]
destStepIdintThe step ID of the step to branch the workflow to.
isDefaultboolean
labelstringThe label associated to the path.
labelColordojo.colorThe color of the label on the path.
labelXintThe X coordinates of the label.
labelYintThe Y coordinates of the label.
lineColordojo.colorThe color of the path.
pathObjectobject[]
returnValuesint[]The return values associated to the path.
sourceStepIDintThe step ID of the step just executed.
Property Details

<int[]> coordinates

<int> destStepId

The step ID of the step to branch the workflow to.

<boolean> isDefault

<string> label

The label associated to the path.

<dojo.color> labelColor

The color of the label on the path

<int> labelX

The X coordinates of the label.

<int> labelY

The Y coordiates of the label.

<dojo.color> lineColor

The color of the path.

<Object[]> pathObject

<int[]> returnValues

The return values associated to the path.

<dojo.Color> sourceStepId

The step Id of the step just executed.