Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → WorkflowComment
The WorkflowComment type holds details about an annotation in the graphical workflow. The WorkflowComment type parameters are listed below.
Name | Type | Description |
---|---|---|
id | integer | The TS_ID of the annotation from the TS_GWECOMMENTS table. |
center | Point | The location of the annotation. |
size | Size | The size of the annotation. |
text | string | Contents of the annotation. |
styleClass | string | The class name. |
styleOverride | string | Describes style overrides for the comment. |
ownerTransition | TransitionIdentifier | The associated transition. |
ownerState | StateIdentifier | The associated state. |
extendedData | ExtendedData | Placeholder for future arguments. |
The WorkflowComment type describes the in the graphical workflow. For details on the graphical workflow, refer to Workflow.
The following XML snippet shows the WorkflowComment type in the return element of the GetWorkflows response.
<ae:comment> <ae:id>1069</ae:id> <ae:center> <ae:x>625</ae:x> <ae:y>-28</ae:y> </ae:center> <ae:size> <ae:width>125</ae:width> <ae:height>56</ae:height> </ae:size> <ae:text>Any Help Desk team member can perform Assign.</ae:text> <ae:styleClass/> <ae:styleOverride>align: Near;valign: Near;cornerradius: 0;</ae:styleOverride> <ae:ownerTransition xsi:type="ae:TransitionIdentifier"> <ae:displayName>Assign</ae:displayName> <ae:id>24</ae:id> <ae:uuid>5cfc09ea-3c98-4351-b3b7-22a6d10bba37</ae:uuid> <ae:internalName>IM.ASSIGN</ae:internalName> </ae:ownerTransition> </ae:comment>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.