When performing a dynamic participant resolver in the task to search in the User's customfield by the list of approvers, contains more than one loginID, separated by commas, when the task is executed it cannot find the approver and passes the Workflow to to a rejected state.
When it contains a single approver loginID it works correctly.
Release : 14.5
The dynamic resolver function does not understand the comma character in a user custom field as a separator.
1. Change the Screen attribute from Text to Multi-Text
2. When doing by gui to add new users in the field use the muti-text to have each user in a different line.
3. When modifying the user by tews use a pipe (|) character to separate each user in the multi-text field.