Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

  • The The JS7 database - Database will grow according to the number of workflows and jobs being executed. This includes an increase of data in the following areas:
    • Order History, Task History, Order Logs, Task Logs
      • The history includes one record for each execution of an order and a number of records corresponding to the tasks executed with a workflow.
      • In addition, any log output created from jobs is stored in a compressed format.
      • For details see JS7 - History
    • Deployment History
      • Any operation to deploy an object, e.g. a workflow, is recorded, see JS7 - Deployment
    • Daily Plan History
      • For each day the JS7 - Daily Plan Service will create respective orders that are maintained in the database.
      • In addition order variables are recorded with the Daily Plan History.
    • Audit Log
      • Each operation to modify the status of an object is recorded, this includes
        • orders created and submitted by the Daily Plan Service and by the Daily Plan view,
        • ad hoc orders added by users or clients using the JS7 - REST Web Service API
        • deployments of workflows and related objects
        • operations that suggest intervention such as to cancel, to suspend and to resume orders.
      • The Audit Log is persisted with both the database and the respective log file, see JS7 - Log Files and Locations

...