What is the difference between a MODULE and a PROCESS?
Summary Contained within each workflow are a list of MODULES and PROCESSES. A MODULE may be defined as: A reference to a class held within a .net assembly stored on the PaperIQ Enterprise Server within the [INSTALLPATH]\Server\bin folder. A PROCESS may be defined as: An implementation of a given module. Multiple processes may implement the same Module. A Process may specify property values that are required for the referenced Module to run. A process also specifies which process should be called on successful completion of the current one. Applies To PaperIQ Enterprise Server More Information A MODULE has two attributes: ClassName The fully qualified name of the class within the assembly that inherits from the PaperIQ.Integration.IModule interface and that is to be executed. Assembly The full name of the assembly containing the defined class. EG: