Previous Topic: Participant Resolver OverviewNext Topic: Use Case Example


Custom Participant Resolvers

The custom participant resolver is a Java object that determines a workflow activity’s participants and returns it to CA IdentityMinder. CA IdentityMinder then passes the list to the workflow engine.

Typically, you write a custom participant resolver only if none of the standard resolver types can provide the list of participants that an activity requires.

You map a custom participant resolver to a fully qualified participant resolver class in the Management Console.

More Information:

Participant Resolver Configuration