Previous Topic: Work Item DelegationNext Topic: Import/Export Custom Settings


Workflow Participant Resolvers

The activities in a workflow process, such as approving or rejecting a task are performed by participants.

You use the Workflow Participant Resolvers screen to map a custom participant resolver to a fully qualified participant resolver Java class.

A custom participant resolver is a Java object that determines participants of a workflow activity and returns a list 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 participant resolvers can provide the list of participants that an activity requires.

Note: For information about developing custom participant resolvers, see the Programming Guide for Java. For information about standard participant resolvers, see the Administration Guide.