Hello,
I created a custom workflow with my own type of participant. The workflow consists of 3 approval stages. The first two being from my custom type of participant which works perfectly fine.
On the last approval step, I chose the type of participant to be "Security role participants" and chose the specific role I created where users are assigned to that security role. However, I get the following error as the workflow runs after the 2nd user approves the request. Its not retrieving the users from the security role that I created.
Stopped (error): X++ Exception: This workflow cannot continue processing because no users were retrieved for the current workflow step. Contact your system administrator.
at SysWorkflowServiceProvider-resolveParticipant
SysWorkflowQueue-resume


Thank you.