Mine Productivity Time-Triggered Transaction

This time-triggered transaction captures the productivity information for all the tasks done within the Sterling Warehouse Management System Task Management framework. This information is extracted and consolidated per user. The time-triggered transaction runs at some scheduled intervals, for example as a end-of-day process.

Every individual task in the Sterling Warehouse Management System captures its start and end time automatically. The time-triggered transaction checks all completed tasks, that have not been mined so far, collecting productivity metrics based on productivity references relevant for that productivity type.

Attributes

The following are the attributes for this time-triggered transaction:

Table 1. Mine Productivity Attributes
Attribute Value
Base Transaction ID MINE_PRODUCTIVITY
Base Document Type General
Base Process Type General
Abstract Transaction No
APIs Called None
User Exits Called None

Criteria Parameters

The following are the criteria parameters for this transaction:

Table 2. Mine Productivity Criteria Parameters
Parameter Description
Action Required. Triggers the transaction. If left blank, it defaults to Get, the only valid value.
Number of Records To Buffer Optional. Number of records to retrieve and process at one time. If left blank or specified as 0 (zero), it defaults to 5000.
Organization Code Optional. Organization for which the Mine Productivity needs to be run. If not passed, then all organizations are monitored.
EnterpriseCode Optional. Enterprise for which the Mine Productivity needs to be run. If not passed, then all enterprises are monitored.
ProductivityType Optional. Productivity Type for which the Mine Productivity needs to be run. If not passed, then all productivity types are monitored.
UserId Optional. User for whom the Mine Productivity needs to be run. If not passed, then all users are monitored.
ColonyID Required in a multischema deployment where a table may exist in multiple schemas. Runs the agent for the colony.

Statistics Tracked

The following statistics are tracked for this transaction:

Table 3. Mine Productivity Statistics
Statistic Name Description
NumTasksMined Number of tasks mined.

Pending Job Count

For this transaction the pending job count is the number of tasks for which productivity is not stamped.

Events Raised

None.