Band-Orientation

Description

Band-Orientation indicates the direction of swimlanes in the graphical workflow.

Parameters

Name Type Description
BAND-HORIZONTAL string Used when a swimlane is horizontal.
BAND-VERTICAL string Used when a swimlane is vertical.

Usage

The Band-Orientation identifies the direction of swimlanes in the graphical workflow. For more information, see GetWorkflows.

XML

The following XML shows Band-Orientation in the <ae:orientation> element as seen in the GetWorkflowsResponse.

<ae:band>
   <ae:id>
      <ae:displayName>Front Line Support</ae:displayName>
      <ae:id>1</ae:id>
      <ae:uuid>5bebf89f-4a1f-45e2-9ebc-df4eed243a8c</ae:uuid>
   </ae:id>
   <ae:origin>-175</ae:origin>
   <ae:orientation>BAND-HORIZONTAL</ae:orientation>
   <ae:description/>
   <ae:size>106</ae:size>
   <ae:styleClass/>
   <ae:styleOverride>bgcolor: #8BC53F;align: Center;valign: Center;cornerradius: 0;
   </ae:styleOverride>
</ae:band>