Transition-Style

Description

Transition-Style indicates the style of transitions in the graphical workflow.

Parameters

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.

Usage

The Transition-Style identifies the visual style of transitions in the graphical workflow. For more information, see GetWorkflows.

XML

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>