LiveCycle Workbench ES Help | |||
| Creating Processes > Variable types reference | |||
This section provides descriptions of all of the predefined types of process variables that you can create using LiveCycle Workbench ES. This section also provides the format to use for expressing the literal values of the variables when possible, for example in XPath expressions.
Note: The properties of the int, boolean, long, double, decimal, short, and float types are the same as the properties of the Java primitive data types of the same name.
Some services require data as input and provide output data that are represented by a data type that the service defines. For example, the Output service returns operation results as data of type OutputResult.
The variables described in this section are not available for all services.
Complex data types store more than one data item. The data items appear below the variable in the process data model.
The data items that a complex variable stores are accessible using XPath expressions in the following format:
/process_data/variable_name/object/@data_item
variable_name is the Name of the variable, and data_item is the name of the data item.
Note: If the data item is a list or map variable, you use a different expression for accessing the data. (See Accessing data in data collections.)
Building expressions by using XPath Builder
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/wb_help/00000741.html