Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → Transition-Style
Transition-Style indicates the style of transitions in the graphical workflow.
| Name | Type | Description | 
|---|---|---|
| STYLE-STRAIGHT | string | Used when a transition line is straight. | 
| STYLE-ARC | string | Used when a transition is arced. | 
| STYLE-POLYLINE | string | Used when a transition line is angled. | 
The Transition-Style identifies the visual style of transitions in the graphical workflow. For more information, see GetWorkflows.
The following XML shows Transition-Style in the <ae:style> element as seen in the GetWorkflowsResponse.
<ae:transition>
   <ae:id xsi:type="ae:TransitionIdentifier">
      <ae:displayName>Delete</ae:displayName>
      <ae:id>2</ae:id>
      <ae:uuid>delete</ae:uuid>
      <ae:internalName>DELETE</ae:internalName>
   </ae:id>
   <ae:style>STYLE-STRAIGHT</ae:style>
   <ae:point>
      <ae:x>-31</ae:x>
      <ae:y>-406</ae:y>
   </ae:point>
   <ae:point>
      <ae:x>-31</ae:x>
      <ae:y>-519</ae:y>
   </ae:point>
   <ae:styleClass>NormalPath</ae:styleClass>
   <ae:labelPosition>
      <ae:x>-31</ae:x>
      <ae:y>-444</ae:y>
   </ae:labelPosition>
</ae:transition>
 
    Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.