WorkflowBand

Description

The WorkflowBand type holds details about a swimlane in the graphical workflow. The WorkflowBand type parameters are listed below.

Parameters

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.

Usage

The WorkflowBand type describes the positioning and style of a swimlane in the graphical workflow. For details on the graphical workflow, refer to Workflow.

XML

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>