ProcessServiceSession.participantFindByName returns different results than ProcessServiceSession.searchParticipantsByName
(Doc ID 1987847.1)
Last updated on MARCH 11, 2019
Applies to:
Oracle Business Process Management Suite - Version 5.7 to 10.3Information in this document applies to any platform.
Symptoms
In 5.5 you use this method:
participants = processServiceSession.searchParticipantsByName(displayName);
And in 10g you use this method.
participants = processServiceSession.participantFindByName(displayName);
But they return a different set of participants.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |