This file lists the valid command line flags that changes functionality for
the BPM component of WLI.  To set any one of these, on the WLS command line,
add the following:

-D<flag name>=1

For example, to turn off stats gathering:

-Dwli.bpm.server.nostatistics=1

NOTE: Any new flags should be added here.  The format is

wli.bpm.server.<subcomponent>.[functionality].debug where functionality is an
optional piece of functionality within the subcomponent.

/******************************/
/***** Functional flags *******/
/******************************/

wli.bpm.server.nostatistics
wli.bpm.server.evaluator.supportsNull
wli.bpm.server.nonotifications // Turns off notifications to a worklist client.
                               // Used for web clients and clients not needing
                               // task notifications.
wli.bpm.server.xml.defaultnsprefix  // Note: This one takes a string to
                                    // represent the xml namespace string.