The ProcessPathContinuation Table |
Scroll Previous Topic Top Next Topic More |
The table ProcessPathContinuation contains the three most probable continuation of open process paths.
Open process paths are those, which don’t contain activities that are supposed to mark the process’ end.
Closed process paths are paths, that start exactly as the open process path, but have finished and, thus, form a logical continuation for the open path.
All those logical continuations are counted (field “AllContinuationPossibilities”) but only the top three most common (with most cases) are kept in the table. Which continuation is the most, second or third probable is shown in the field “Rank”.
Field Name |
Explanation |
ProcessPathUniqueNo |
Unique id of the open process variant that is used as key to the pa_activity_log. |
OpenProcessPath |
An open process variant. |
ClosedProcessPath |
A closed process variant that could be the logical continuation of the open process variant. |
ClosedProcessPathUniqueNo |
The closed process variant’s key. |
NoOfCases |
Number of cases covered by the openProcessPath. |
Rank |
Ranks the field closedProcessPath between 1 and 3. The most probable continuation will have rank 1, the third most probable will have rank 3. |
AllContinuationPossibilities |
Number of paths that could be the logical continuation of the field OpenProcessPath (the top three are kept). If this value is high, logically the continuationProbability of the top three continuation variants will be lower. |
ContinuationProbability |
Probability of field closedProcessPath to be the continuation of field OpenProcessPath. |
OpenProcessPathUniqueNo |
Unique identifier of the process variant. |
PathUnfinished |
Is in the ProcessPathContinuation table always 1. Marks if a path was finished or not. |