This example uses the
${}
syntax so that the complete path to the data object
can be specified.
(See Data Object Substitution.) This is useful if a local data object has the same name
as a global data object that has been defined on the root process,
and you want the decision gateway to use the global object. In this
example, the decision gateway uses the data object Discount that is
defined on the Main process.
Note: Data determination logic
is supported to ensure backwards compatibility with previous versions
of workflow. All data objects should be defined explicitly using the
appropriate data type (Date , Numeric , Short Text , and so on). In
subsequent releases, processing will honor only the specified data
type and all support for real-time data type determination will be
removed.