Shared Object :
Shared Object feature is available in V8 and onward, any business object can be converted in shared one.
A check box has been available in object creation window to convert shared.
var keyValue = tw.local.<<sharedObject>>.metadata("key");
above code will return key value for the object and can be use across process and parallel steps to update and view.
Shared Object feature is available in V8 and onward, any business object can be converted in shared one.
A check box has been available in object creation window to convert shared.
above code will return key value for the object and can be use across process and parallel steps to update and view.