I believe the source code isn't available anywhere other than in the PDFs.
I actually wanted to check how the session information is passed to a class when using it for getting values from datasource. I know one of the Workflow Variable contains session information but how exactly that information can be retrieved in the datasource class?
String sessionId = context.getSessionId();String vpath = context.getServerContext();Map params = context.getAllParameters();