Previous Topic: Null ResolverNext Topic: Set an Email Policy for a Workflow Process


Custom Participant Resolver

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 more information, see the Programming Guide for Java.