Hi guys,I am currently have a workflow containing a Javascript activity
which is querying several data schemas such as nms:broadLogRcp and
nms:trackingLogRcp to select recipients and then query the result using
xtk.queryDef.create function. After being able to query the results, I
am writing to the nms:recipient schema, populating a field attribute on
that table FOR EACH RECIPIENT in the schema using xtk.session.write
function. However as there is a large set of data involved and large
number of...