The Sql Node in RSA Workflow is excuting corretly for few users and for few users it is not.Kindly help in resolving he same.
The Query am trying to run is:
SELECT CUS_ATTR_USER_CAS_12 as costCenter,
'${access_request_cri_meu_CUS_ATTR_USER_CAS_2}' as managerID,
'${access_request_cri_meu_CUS_ATTR_USER_CAS_6}' as userID,
CUS_ATTR_USER_CAS_4 as wrktype
FROM avuser.T_Master_Enterprise_Users
WHERE USER_ID ='${access_request_cri_meu_CUS_ATTR_USER_CAS_6}'
Your help is much appreciated.
I suggest to clarify the scenario by providing additional information.
For example:
What version are you running on?
What does it mean not working correctly for some users? Are the results not as expected or the workflow fails?