Configure work area partitions
Overview
The work area partition service extends the work area service by allowing the creation of multiple work areas with more configuration options than what is available to the UserWorkArea partition. Follow these steps to create and configure a work area partition:
Procedure
- Create a user defined partition on the server.
- Start the console.
- Click Servers > Application servers > server > Business process services > Work area partition service.
- Click New.
- On the settings page for work area partitions, specify values such as the partition name, maxSendSize and maxReceiveSize, then click OK.
- Save the new configuration.
- Restart the server to apply the new configuration.
- Create a user defined partition on the client. Use the createWorkAreaPartition method described in the The Work area partition manager interface article to programmatically create a partition. See Example: Using the work area partition manager for an example of using this method.
Results
You have created a work area partition.
What to do next
Retrieve the partition through the work area partition manager interface and use it as defined by the work area service and the UserWorkArea interface. See the topic Example: Using the work area partition manager for an example.
Work area partition service
The Work area partition manager interface
Example: Using the work area partition manager
Work area partition collection
Example: Bidirectional propagation
Accessing a user defined work area partition
Propagating work area context over Web services
Related Reference
Work area partition settings