Use this page to manage the work area service.
The work area service manages the scope and implicit propagation of application context. The work area service panel in the administrative console configures the UserWorkArea partition only and has no effect on the work area partition service panel.
To view this administrative console page, click Servers > Application servers > server_name > Business Process Services > Work area service .
For additional information about work area, see the com.ibm.websphere.workarea package in the API documentation. The generated API documentation is available in the information center table of contents from the path Reference > Developer > API documentation > Application programming interfaces.
Specifies whether the server attempts to start the work area service.
Specifies the maximum size of data that can be sent within a single work area.
Data type | Integer |
Units | Bytes |
Default | 10000 |
Range | -1, 0 (no limit) and 1 to 2147483647 |
The following values are also used to define the maximum send size.
-1 | Default. |
0 | No limit. |
Specifies the maximum size of data that a single work area can receive.
Data type | Integer |
Units | Bytes |
Default | 10000 |
Range | -1, 0 (no limit) and 1 to 2147483647 |
The following values are also used to define the maximum receive size.
-1 | Default. |
0 | No limit. |