Routing sample sets of Process Instances through a Compliance or QA Process

Version 10 by Kendy Yus
on Aug 15, 2007 15:08.

compared with
Current by David Glen
on Oct 18, 2007 17:44.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (15)

View page history

h3. The Random Number DSC
{section}{column:width=50%}
!Icon.jpg|align=right!{column}{column:width=50%}
The Random Number DSC is able to generate random numbers between a minimum value and a maximal value. It generates integer values or float values.
 
{section}
{column:width=50%}
!Icon.jpg|align=right!
{column}
{column:width=50%}
The Random Number DSC is able to generate random numbers between a minimum value and a maximal value. It generates integer values or float values.
It can also generate random numbers according to a bell-curve distribution, where the user enters in a mean (average) value, and a standard deviation (the variance).{column}{section}{section}{column:width=50%}
{column}
{section}
{section}
{column:width=50%}
To obtain an evaluation copy of the Random Number DSC, go to the Avoka Website: [http://www.avoka.com] and follow the links.
The Random Number DSC, once installed, will appear as a new service with two operations in your LiveCycle WorkBench.{column}{column:width=50%}
!Services.jpg!{column}{section}
{column:width=50%}
!Services.jpg!
{column}
{section}

h3. The Process
For 5% of cases we need to begin a compliance checking process.    This compliance check cannot just be spliced into the main flow of the process, as this will slow the primary process down.  Therefore we use a Gateway set to "no-wait", in conjunction with the chained sub process "Compliance Check".  Setting the gateway to no-wait allows the task "Do Action" to begin in parallel to the chained sub-process. !Process.jpg|align=center!
In 95% of cases the sub-process completes immediately, and in 5% of cases the sub-process (below) begins the first step of the compliance process. To do this we use the Random Number DSC to generate a number between 1..100, and if the number is 1..5 we route the case differently, as shown. !Process2.jpg|align=center!\\

h3. Setting Properties on the Random Number Step
{section}{column:width=50%}
{section}
{column:width=50%}
!Properties.jpg|align=right!{column}{column:width=50%}
{column}
{column:width=50%}
To configure the Random Number properties we first click on the Random Number step and view the properties tab.
Rounding to the nearest integer makes the routing logic cleaner at the process split.
Then we apply the result to the variable "random".{column}{section}
{column}
{section}