Introduction
- The History View displays the history of workflow and job executions and it enables access to log files.
- The JS7 History works asynchronously:
- Events about JS7 - Order State Transitions can occur with the Agent and with the Controller.
- Such events are subscribed to by the JS7 - History Service background task that receives events.
- Events include state transitions and log output by jobs that are added to the JS7 - Database.
Order History
The History View by default displays entries from the Orders sub-view. The order history includes any output of jobs in a workflow that the order passed. Instead of checking individual log files of jobs a single view and log are available to display any output in the lifetime of an order.
Order History View
This view displays orders sorted by descending date of state change.
Explanations:
- The view displays the execution history about start time, end time etc. of the order and of individual jobs in the workflow.
- Order variables are displayed that the order was started with.
- Filtering is enabled for order states and periods.
- The view can be limited to display history entries for the currently connected Controller only or for any connected Controllers.
- When clicking the order id then the order log view will open.
- When clicking an individual job then the task log view will open.
Order Log View
This view displays any log output created in an order's lifetime. Clicking on the order id will bring up the low view window:
Advanced Search
To search for history entries in longer periods, by workflow, order state etc. the Advanced Search offers to filter results by the selected criteria.
Task History
The task history is available from the respective sub-view of the History View.
Task History View
This view displays task history entries that include the output of individual jobs. History entries by default are displayed in descending order of completion.
Consider that task history entries are displayed for any workflows executed in parallel.
Task Log View
The task log includes any output created by a job in the workflow for a given order.