Monitor Background Jobs
A new UI Module “Background Jobs Status” is now available (Previously, known as “Async Task View” or “lgf Async task"). This screen shows data related to certain background jobs that the WMS executes, such as CSV exports and the close outbound load process.
The Background Jobs Status screen will display the following columns related to background jobs:
“FACILITY_ID" | "STATUS" |
"COMPANY_ID" | "DATE_CREATED" |
"KEY" | "DATE_DONE" |
"BACKEND_TASKID" | "STATUS" |
"CREATE_TS" | |
"MOD_TS" | |
"CREATE_USER" | |
"MOD_USER" | |
"CONTEXT_VALUE" | |
"TASK_NAME" |
Users can now easily track and manage two critical operations directly from this screen:
- CSV Export: This feature allows users to export important task data in a CSV format, making it convenient for further analysis, record-keeping, or sharing.
- Close ObLoad: The Close ObLoad operation provides users with the ability to efficiently manage and conclude Outbound Load tasks, ensuring a smooth and controlled process.
NOTE: Edit or Delete operations are disabled on this screen.
API for MONITORING BACKGROUND JOBS
An API is provided for monitoring jobs that are visible on the above screen.
For example, to monitor “Close OB load” jobs, the following example API request should be used.
EXAMPLE API REQUEST:
wms/lgfapi/v10/entity/lgf_async_task?context_value=some_load_nbr
Steps to Enable
You don't need to do anything to enable this feature.
Key Resources
- For more information, refer to the REST API Guide.