Previous Topic: Group Participant Resolvers

Next Topic: Filter Participant Resolvers

Custom Participant Resolvers

The custom participant resolver is a Java object that determines workflow activity participants and returns a list to CA Identity Manager, which then passes the list to the workflow engine. Typically, you write a custom participant resolver only if the standard participant policies cannot provide the list of participants that an activity requires.

Note: You create a custom participant resolver using the Participant Resolver API. For information, see the Programming Guide for Java.

To configure a custom participant resolver

  1. Open the Management Console by entering the following URL in a browser:
    http://hostname/idmmanage
    
  2. Click Environments, and select the name of the appropriate CA Identity Manager environment.
  3. Click Advanced Settings, Workflow Participant Resolver.
  4. On the WorkFlow Participant Resolver screen, click New and enter:
  5. Click Save.
  6. Start WorkPoint Designer.
  7. Click File, Open, Process.
  8. Select a workflow process and click Open.
  9. Right click the activity node in the process, and select Properties.
  10. Select Text from the Type drop-down menu.
  11. Enter the following in the User Data tab:
  12. Click Add.

    Note: The default approval setting is APPROVERS_REQUIRED=NO. In this case, an activity is approved automatically if no participants are found.

    If APPROVERS_REQUIRED=YES and CA Identity Manager finds no participants, the activity is not successfully completed.

  13. Click OK to save your changes.


Copyright © 2010 CA. All rights reserved. Email CA about this topic