WorkflowParticipantProvider.getParticipantTokens Method [AX 2012]

Gets an instance of a WorkflowParticipantTokenList class, which contains a list of supported participant tokens and their display names.

Syntax

public WorkflowParticipantTokenList getParticipantTokens()

Run On

Called

Return Value

Type: WorkflowParticipantTokenList Class
An instance of a WorkflowParticipantTokenList class.

Remarks

This method is invoked by the workflow configuration UI when surfacing the list of roles for role-based assignment.

See Also

Reference

WorkflowParticipantProvider Interface