As the first thing InterFormNG2 retrieves a lot of spooled file attributes, when a spooled file is processed in the workflow.
Each of the attributes can be referred to in the workflow and in the designer as variables i.e. if you want to verify if the name of the input spooled file is 'QPRINT', then you can compare the variable $interform.input.spooled.splf with 'QPRINT'.
The video shows how the attributes can be used in the designer, but it is actually easier, if you simply select the spooled file attributes from the Attributes tab:
This list can only used to retrieve information from the spooled file - not to assign a new value for a spooled file attribute.
The attributes, that are retrieved are:
interform.input.spooled.system
The system on which the spooled file was created.
interform.input.spooled.created
The time stamp of when the spooled file was created.
interform.input.spooled.jobName
The name of the job, that created the spooled file.
interform.input.spooled.user
The user, that created the spooled file.
interform.input.spooled.jobNbr
The job number of the job (refer to job name above), that created the spooled file.
interform.input.spooled.splf
The spooled file name.
interform.input.spooled.splfNbr
The spooled file number
interform.input.spooled.outq
The output queue on which the spooled file is placed.
interform.input.spooled.outqLib
The library of the output queue in which the spooled file is placed.
interform.input.spooled.formtype
The form type of the input spooled file.
interform.input.spooled.pgm
The program, that created the spooled file.
interform.input.spooled.pgmLib
The library of the program, that created the spooled file.
interform.input.spooled.devFile
The device file (or printer file), that was used, when the spooled file was created.
interform.input.spooled.devLib
The library of the device file (or printer file), that was used, when the spooled file was created.
interform.input.spooled.userData
The user data field of the input spooled file.
interform.input.spooled.usrDefData
This contains the user defined data attribute of the input spooled file.
interform.input.spooled.copies
The copies attribute of the input spooled file.
interform.input.spooled.toOutq
If the spooled file arrived via Spool2XML, then this is the output queue, where the merged print is to be printed.
interform.input.spooled.toOutqlib
The library used for interform.input.spooled.toOutq above.
interform.input.spooled.sourceDrawer
The drawer selection in the input spooled file.
interform.input.spooled.startPage
The first page to be printed. This is normally 1 and was set in the pagerange attribute.
interform.input.spooled.endPage
The last page to be printed. This is normally *END and was set in the pagerange attribute.
interform.input.spooled.saveAfterWritten
The save attribute of the input spooled file.