+

Search Tips   |   Advanced Search

 

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

  1. Create a user defined partition on the server.

    1. Start the console.

    2. Click Servers > Application servers > server > Business process services > Work area partition service.

    3. Click New.

    4. On the settings page for work area partitions, specify values such as the partition name, maxSendSize and maxReceiveSize, then click OK.

    5. Save the new configuration.

    6. Restart the server to apply the new configuration.

  2. 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