WorkflowParticipantProvider.resolve Method [AX 2012]

Resolves a participant token into a list of users.

public WorkflowUserList resolve(WorkflowContext _context, WorkflowParticipantToken _participantTokenName)

Run On

Called

Parameters

_context
Type: WorkflowContext Class
An instance of the WorkflowContext class. This class contains information about the workflow instance.
_participantTokenName
Type: WorkflowParticipantToken Extended Data Type
The participant token that was selected for a role-based assignment

Return Value

Type: WorkflowUserList Class
An instance of a WorkflowUserList class.

This method is invoked as part of a work item assignment during workflow execution.

Show: