The STEP Manager binds current context and workspace, and is a general gateway into the API. This binding enables access to information about the current user, current context, and objects not available using the Current Object binding.
For business conditions run On Approve, the STEP Manager binding applies to the current context and the main workspace. When run After Approval, the STEP Manager binding applies to current context and the approved workspace.
In the example code below, the STEP Manager is bound in as manager, and gets the value of the Attribute 'Description' on a specific product in current Context / Workspace.
var value = manager.getProductHome().getProductByID("Specific Product").getValue("Description").getSimpleValue();
2017, Stibo Systems