Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → WorkflowBand
The WorkflowBand type holds details about a swimlane in the graphical workflow. The WorkflowBand type parameters are listed below.
| Name | Type | Description | 
|---|---|---|
| id | Identifier | Holds generic identification information for a swimlane. | 
| origin | integer | Location where the swimlane starts. | 
| orientation | Band-Orientation | Describes whether the swimlane is horizontal or vertical. | 
| description | string | The description of the swimlane. | 
| size | integer | The size of the swimlane. | 
| styleClass | string | The class name. | 
| styleOverride | string | Describes style overrides for the swimlane. | 
| extendedData | ExtendedData | Placeholder for future arguments. | 
The WorkflowBand type describes the positioning and style of a swimlane in the graphical workflow. For details on the graphical workflow, refer to Workflow.
The following XML snippet shows the WorkflowBand type in the return element of the GetWorkflows response.
<ae:band>
   <ae:id>
      <ae:displayName>Level 2</ae:displayName>
      <ae:id>9</ae:id>
      <ae:uuid>46b90f9c-4a3e-44c8-af37-15b148c38a49</ae:uuid>
   </ae:id>
   <ae:origin>-175</ae:origin>
   <ae:orientation>BAND-VERTICAL</ae:orientation>
   <ae:description/>
   <ae:size>175</ae:size>
   <ae:styleClass/>
   <ae:styleOverride>bgcolor: #F7931E;align: Center;valign: Center;
→cornerradius: 0;</ae:styleOverride>
</ae:band>
 
    Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.