WorkflowComment

Description

The WorkflowComment type holds details about an annotation in the graphical workflow. The WorkflowComment type parameters are listed below.

Parameters

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.

Usage

The WorkflowComment type describes the in the graphical workflow. For details on the graphical workflow, refer to Workflow.

XML

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>