Skip to content

Basic Terms in this Documentation


This section briefly describes the basic terms of a DPF system.


Working Unit

A single module within a DPF system is called working unit. A working unit is the smallest part of a working process. Each working unit performs one single closed task such as converting a file from format A into format B, stamping a file or entering data.


Ready-made Working Unit

SEAL Systems offers a set of ready-made working units which realize frequently performed working tasks, for example:

  • checkout gets a file from SAP.
  • stamppdf stamps a PDF file.

Process

A process specifies the order in which working units are called. Processes can be combined in order to split complex projects into manageable tasks.


Subprocess

A sequence of working units which is used in different processes again and again can be compiled to a subprocess. A subprocess represents a fully-fledged process to which the role of a subordinate process within another process is assigned.


Job

During assignment, a DPF client passes a job to the DPF system. A job consists of the desired process, the job-specific parameters and possible one or more files to be processed.

- [Administrate Jobs in DPF Tracker](../use_cases/dpf_tracker/dpftracker_admin_jobs.md)

Parameter

You specify the job's parameters when assigning the job or in the configuration of the working units or the processes. Other parameters are set internally by the DPF system.

Literature


Back to top