Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → Band-Orientation
Band-Orientation indicates the direction of swimlanes in the graphical workflow.
Name | Type | Description |
---|---|---|
BAND-HORIZONTAL | string | Used when a swimlane is horizontal. |
BAND-VERTICAL | string | Used when a swimlane is vertical. |
The Band-Orientation identifies the direction of swimlanes in the graphical workflow. For more information, see GetWorkflows.
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>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.