Systemwalker Runbook Automation provides a set of JavaScript functions that can be used with Java Actions, triggers, Complex Conditional Nodes, and Sequential Loop Nodes. This appendix covers these functions in detail.
Apart from using functions listed in this appendix, you can use the JavaScript functionality defined in the ECMA Standard. For information about the ECMA Standard, refer to ecma-262.pdf provided with the Systemwalker Runbook Automation installation file.
Note
The size of a method used in JavaScript is limited by the Java Virtual Machine (JVM). Currently, the method byte code size is limited to 64 KB. If you use a method with a larger size, the JVM throws an error, requiring you to reduce the size of the method before executing the JavaScript again.