Creating a New Link to Support Task Transfer

This task is a step in Process of Creating a View that Allows a User to Transfer a Paused Task. It describes how to create a new link to allow for task transfer.

To create a new link to support task transfer

  1. In the Object Explorer, click Link.

  2. In the Links list, create a new link using values described in the following table.

    Property Description

    Parent Business Component

    Select the business component where you want to use task transfer.

    Child Business Component

    Select UInbox Item Context.

    Source Field

    Select Id.

    Destination Field

    Select Item Context Id.

    No Update

    Select TRUE.

    No Delete

    Select TRUE.

    No Insert

    Select TRUE.

    Search Specification

    Enter the following code:

    (LookupName('WF_INST_STAT_CD', [Task Status]) = 'PAUSED' 
    OR LookupName('WF_INST_STAT_CD', [Task Status]) = 
    'TRANSFERRED') AND [Item Context Object Name] = 
    'object_name' 

    where:

    • object_name is the name you use to associate the task UI. This name must match the string that you use in the definition of the task UI when you associate this task with the business object. It does not need to match the name of the business object.

    For more information, see Resuming a Paused Task.

  3. Select the new link, click the Applet Menu (the cogwheel icon), select the Validate option, and then click Start.