Work type information is included in built-in reports, and, if an MIS connector is used, it is sent to the MIS. Work types capture the reasons for work done in Prinergy. For example, work types can help you determine whether to charge for certain types of work.

Prinergy users can select from a work type list for each process that they run. The standard work type categories that are available as system-defined defaults are:

In addition to the default work type categories, you can configure new work-type categories and new types per category, which are then globally available to all Prinergy Workshop operators in the prepress system. Operators can also customize a work type for a specific job.

A subscription is also required in order for the WorkType and CostType info to be sent to the MIS. Here is an example of a subscription node in a SubmitQueuEntry:

<NodeInfo>
   <JMF MaxVersion="1.3" SenderID="MISPrepress"
   TimeStamp="2008-01-21T12:00:00Z" Version="1.3">
      <Query
      ID="ALCES_1RANQU_7_20161005210141_ALCES_1RANQU_8_20161005210141"
      Type="Resource" xsi:type="QueryResource">
         <ResourceQuParams Classes="Consumable Handling Parameter"
         Exact="true" JobID="1006" Usage="Output"/>
   <Subscription URL="http://127.0.0.1:9090/alces/jmf"/>
   </Query>
   <Query
      ID="ALCES_1RANQU_7_20161005210141_ALCES_1RANQU_9_20161005210141"
      Type="Status" xsi:type="QueryStatus">
         <StatusQuParams DeviceDetails="Details" JobDetails="Brief"
         JobID="1006" QueueInfo="false"/>
      <Subscription URL="http://127.0.0.1:9090/alces/jmf">
      <ObservationTarget ObservationPath="//*/@*"/>
   </Subscription>
   </Query>
</JMF>

</NodeInfo>