Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Workstep template management : Working with workstep template states : Using Post-JavaScript
 

Using Post-JavaScript

The following APIs help to set and retrieve the post-JavaScripts:
*public void setPostJavaScript(java.lang.String postjs)
Sets the post-JavaScript code related to this workstep.
*public java.lang.String getPostJavaScript()
Helps in retrieving the post-JavaScript related to this workstep.