-
Notifications
You must be signed in to change notification settings - Fork 9
DialogProcessEvolutionConfiguration
Andrea Burattin edited this page May 11, 2017
·
4 revisions
This dialog can be used to set parameters for the evolution of an already-existing process. The parameters are:
- New process name: the name of the new process that will be created;
- Maximum depth: the maximum number of nested patters (useful to control the maximum size of processes);
- Max AND branches: the maximum number of branches (the minimum, by default, is 2) for AND splits;
- Max XOR branches: the maximum number of branches (the minimum, by default, is 2) for XOR splits;
- Sequence weight: the weight of the pattern;
- Single activity weight: the weight of the single activity pattern;
- Skip weight: the weight of the skip pattern;
- AND weight: the weight of the AND split/join pattern;
- XOR weight: the weight of the XOR split/join pattern;
- Loop weight: the weight of the loop pattern;
- Data objects probability: probability of adding a data object to an activity;
- Evolution probability: the probability that an activity is subject to evolution.