Task trace by Business Process identifier
[BEP] [Tasks Time by Stage] By BP instance
The graph provides a list of BPs by UUID with associated task states.
Each task in a BP has one of the following statuses at a point in time:
- Task: waiting in input queue shows how long a task is waiting until it is submitted to BEP and routed to a Worker pool queue.
- Task: waiting for worker dispalys how long a task is waiting for a free Worker after it is routed from the input queue to a Worker pool queue.
- Task: processing by worker lists how long a Worker executes a task on average.
- Result: waiting in queue shows how long a task is waiting in the result queue before a client begins to process it.
- Result: processing by client app displays how long a task is being processed by a client app.
- Client: Task Transition lists how long a client spends to process the current result and generate a new input item.
important
If the [BEP] [Tasks Flow] Tasks Submitted graph shows a lot of items and the [BEP] [Tasks Flow] Tasks processed by workers one shows fewer data within the same period, you can conclude that the BEP cluster works incorrectly or the BEP cluster needs more Workers for processing submitted tasks.