SetReviewData()
This code sample describes how to store information about the Table Values data type that must be passed to the Sub-workflow that is created when a workflow participant sends a step for review.
Function Dynamic SetReviewData( \ Object prgCtx, \ Dynamic data ) //If the data that you are passing to the Sub-workflow for review //is Undefined, pass all the data. Dynamic retVal return( retVal ) end