Hide Table of Contents
esri Workflow Manager (Classic)
Tasks
Return Types
esri.WorkflowManager.SupportClasses.WorkflowAnnotationDisplayDetails()
| Name | Type | Summary |
|---|---|---|
| centerX | int | The X coordinates of the step. |
| centerY | int | The Y coordinates of the step. |
| fillColor | dojo.color | The fill color of the step. |
| height | int | The height of the step. |
| label | string | The step text. |
| labelColor | dojo.color | The text color. |
| OutlineColor | dojo.color | The outline color. |
| shape | StepIndicatorType | The shape of the step. |
| stepId | int | The step ID. |
| stepType | stepExecutionType | The step execution type. |
| width | int | The width of the annotation. |