Build a simple expression when
you must reference the data represented by a node in the process
data tree. Simple expressions include a path to the data node.
In XPath expressions, the
@
symbol precedes
simple variable types, and is not present in the complex variable
types. The following expression references the value stored in the
string
variable
named
stringVar
:
/process_data/@stringVar
The following expression references the value stored in the
xml
variable
named
xmlVar
:
/process_data/xmlVar
To build a simple expression:
-
Navigate the process
data tree to locate the item that you want to include in the expression.
-
Choose either of these ways to add the item to the expression:
For example, if you
select the
status
node and click Insert Selection,
the expression that identifies that node appears in the expression
work area.
A.
Selected node
B.
Click to insert
C.
Inserted expression
-
Repeat step 2 as required.
-
When the expression is complete, click OK.
|
|
|