As the title states, I'm trying to find out how I can unit test JavaScript in Identity Manager somewhat easily. Where this need came from most recently is a previous developer used the String.repeat() function in a workflow script node. This function was introduced in ECMAScript 6, while Identity Manger supports ECMAScript 5. The code was put in place at some point in the past (possibly months ago), but was only attempted to be evaluated during one of my tests. So it brought the problem to the forefront. This code is buried deep in a workflow. I only found it by dumping ou=operations from LDAP to an LDIF file, decoding the base64 parts, and searching for "repeat" (because that's the only clue given to me by the error message in ISIM).
So is there a way for me to at least unit test my JavaScript in ISIM without having to go to a lot of trouble? For example, is there a place in the GUI that I can paste in at least some of my code and execute it immediately to see the results?
Thanks
------------------------------
Frank Tate
Gulfsoft Consulting
https://www.gulfsoft.comAIOps Experts. Contact us for implementation help.
------------------------------