ActiveVOS Designer BPEL for People User’s Guide
As described in Generating Presentation and Command XSL Files, you can view the HTML forms that are generated for the ActiveVOS Inbox Task Details Work Item.
For Input, Output, and Faults, each part of a message is rendered in simple table, with each row occupying the HTML input field. For example, if the input message has two parts, then there are two tables that display.
Repeating elements are supported by repeating the UI pattern for each input element.
Simple data types are rendered as HTML controls as follows:
|
Data Type |
HTML Control |
|---|---|
|
boolean |
radio button |
|
numeric |
text input |
|
date |
text input (includes a date time chooser) |
|
string |
text area |
|
xsi mixed |
text area |
|
xsi any |
text area (User must enter well formed xml content to pass validation) |
|
enumeration |
selection box |
Copyright (c) 2004-2008 Active Endpoints, Inc.