Show TOC

Defining Excluded OwnersLocate this document in the navigation structure

Use

Excluded owners are principals excluded from processing a task in the process model.

Example

A purchasing order process model contains an "Order Request" task and an "Order Approve" task. The requester and the approver of the order should be different persons, that is the requester is excluded from processing the approval task.

You define excluded owners as follows:

  • Excluded owners for a single task

  • Excluded owners for an individual human activity

  • Excluded owners for a lane

When you define excluded owners, the following override semantics apply: Lane → overrides → Human Activity → overrides → Task. For more information about role overrides, see Defining Task Owners.

Prerequisites
  • You have opened the Process Development perspective in the SAP NetWeaver Developer Studio and have expanded your project in the Project Explorer view.

  • You have assigned a task to the human activity in your process model. More information: Modeling Human Activities .

  • You have configured the AS Java in the Developer Studio to be able to search for users in the User Management Engine (UME). For more information, see Configuring the Application Server in the Developer Studio .

    You can refer to SAP Note 1445197 Information published on SAP site for more information about enabling secure communication with the AS Java.

Procedure

Defining Excluded Owners for a Single Task

  1. Expand Process Modeling , then expand Tasks .

  2. In the context menu of a task, choose Open .

  3. Under Excluded Owners on the Roles tab page, define excluded owners by one of the following options:

    • Select the Choose one or more UME principals radio button to search excluded owners from a list.

      1. Choose the Choose... pushbutton.

      2. In the dialog that appears, choose a principal type from the dropdown menu and enter a principal name. Choose the Search pushbutton.

      3. Select a principal from the Search Results field and choose the Add-> pushbutton to add the principal to the Principals to Select field.

        Note

        To add all principals listed in the Search Results field to the Principals to Select field, choose the Add All-> pushbutton.

      4. Choose the OK pushbutton.

        The principals you selected appear in the Principals field.

    • Select the Use an expression radio button to define excluded owners by an expression. The expression is evaluated at runtime to dynamically resolve excluded owners.

      1. Choose the Edit... pushbutton.

        The expression editor opens.

      2. Specify an expression. For more information, see Creating Expressions .

Caution

If you use context nodes in your expression from different namespaces with equal names, you have to declare the namespaces of these nodes. To solve the name conflict you can define a name prefix for the namespace. This declaration has the following syntax: xmlns:<prefix_name>="namespace_name" .

Defining Excluded Owners for an Individual Human Activity

  1. Expand Process Modeling , then expand Processes .

  2. In the context menu of a process, choose Open .

  3. Choose a human activity from the process.

  4. Choose Task in the Properties view.

  5. Select the Excluded Owners checkbox under Task Overrides .

    An Excluded Owners tab page appears in the Properties view.

  6. On the Excluded Owners tab page, define excluded owners by one of the following options:

    • Select the Choose one or more UME principals radio button to search excluded owners from a list.

      1. Choose the Choose... pushbutton.

      2. In the dialog that appears, choose a principal type from the dropdown menu and enter a principal name. Choose the Search pushbutton.

      3. Select a principal from the Search Results field and choose the Add-> pushbutton to add the principal to the Principals to Select field.

        Note

        To add all principals listed in the Search Results field to the Principals to Select field, choose the Add All-> pushbutton.

      4. Choose the OK pushbutton.

        The principals you selected appear in the Principals field.

    • Select the Use an expression radio button to define excluded owners by an expression.

      1. Choose the Edit... pushbutton.

        The expression editor opens.

      2. Specify an expression.

      3. Choose the OK pushbutton.

Defining Excluded Owners for a Lane

  1. Expand Process Modeling , then expand Processes .

  2. In the context menu of a process, choose Open .

  3. Choose a lane, then choose Excluded Owners in the Properties view.

  4. Select the Define Excluded Owners Globally for Human Activities/Tasks in this lane checkbox if it is not selected.

  5. Define excluded owners by one of the following options:

    • Select the Choose one or more UME principals radio button to search excluded owners from a list.

      1. Choose the Choose... pushbutton.

      2. In the dialog that appears, choose a principal type from the dropdown menu and enter a principal name. Choose the Search pushbutton.

      3. Select a principal from the Search Results field and choose the Add-> pushbutton to add the principal to the Principals to Select field.

        Note

        To add all principals listed in the Search Results field to the Principals to Select field, choose the Add All-> pushbutton.

      4. Choose the OK pushbutton.

        The principals you selected appear in the Principals field.

    • Select the Use an expression radio button to define excluded owners by an expression.

      1. Choose the Edit... pushbutton.

        The expression editor opens.

      2. Specify an expression.

      3. Choose the OK pushbutton.

Caution

You can also define potential owners for tasks in the process model. If you define the same principals for potential and excluded owners of a task, the task becomes invisible when you execute the process. For more information about defining potential owners, see Defining Potential Owners .