... Please check out the following article for scenario where Random DSC will be used:
[Routing sample sets of Process Instances through a Compliance or QA Process]
h3. Component: com.avoka.livecycle.random 1.0
h2. RandomNumber Service
Random Number Generator: Generates a random number (inclusively) between two user defined values.
|
|
| h3. Operation: randomNumberUniform |
| h3. Operation Title: Random No. Uniform Distribution (randomNumberUniform) |
| Random No. Uniform Distribution: Generates a random number with a uniform distribution. |
| || Input Parameter || Type || Description ||
Editor || |
| | Minimum Number | float | Please specify the minimum number to generate.
|
| | |
| | Maximum Number | float | Please specify the maximum number to generate.
|
| | |
| | Rounding | boolean | Please specify the type of number ('int' or 'float') to generate.
|
| | |
| |
|
| || Output Parameter || Type || Description || |
| | Random Number | java.lang.String | Please specify the process variable which should store the output. |
|
|
| h3. Operation: randomNumberNormal |
| h3. Operation Title: Random No. Bell-curve Distribution (randomNumberNormal) |
| Random No. Bell-curve Distribution: Generates a random number with a normal (bell-curve) distribution. |
| || Input Parameter || Type || Description ||
Editor || |
| | medianNumber | float | Please specify a median (average) number to generate.
|
| | |
| | Standard Deviation | float | Standard deviation is a statistical measure of the spread of its values.
|
| | |
| | Rounding | boolean | Please specify the type of number ('int' or 'float') to generate.
|
| | |
| |
|
| || Output Parameter || Type || Description || |
| | Random Number | java.lang.String | Please specify the process variable which should store the output. |
|
|
... h5. {panel:borderStyle=solid} For how to configure license information for this component service - Random Number Generator, please click on the following link: [Avoka LiveCycle ES Component License Configuration]
Please send us any questions or comments on this documentation regarding Random Number Generator by clicking on the following link: [Feedback|mailto:docfeedback@avoka.com?subject=DSC Documentation Feedback on Service: Random Number Generator] {panel}
h3. Licence Configuration:
|| Parameter || Type || Description || | License Key | java.lang.String | The license key provided to you when you purchased a production license for this Solution Component. If blank this Solution Component will assume evaluation mode and allow 100 invocations or 6 hours up-time. | | License Organisation | java.lang.String | The organization name you provided to Avoka for which you are licensing this Solution Component. | |