WorkflowParticipantProvider.resolve Method [AX 2012]

Resolves a participant token into a list of users.

Syntax

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.

Return Value

Type: WorkflowUserList Class
An instance of a WorkflowUserList class.

Remarks

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

See Also

Reference

WorkflowParticipantProvider Interface