LoadWorkData()
This code sample describes how to return information about the Table Values data type for the specified workflow.
Function Dynamic LoadWorkData( \ Object prgCtx, \ WAPIWORK work, \ Dynamic data ) //Call the LoadTableValues() script. Dynamic retVal = .LoadTableValues( prgCtx, data ) return( retVal ) end