Aplikacja na podstawie zestawu zmiennych sprawdza, czy w systemie istnieje inny proces posiadający ten sam zestaw wartości dla tych zmiennych.
Nazwa parametru
Od wersji
Opis
Typ parametru
Wartość domyślna
Rodzaj pola
Uwagi i ograniczenia
Zmienne wejściowe*
1.0.2
Zestaw zmiennych, na podstawie których ustalana jest unikatowość.
Tablica zmiennych
Pole edytowalne
Zmienna docelowa*
1.0.2
Zmienna, do której zapisywany jest wynik działania aplikacji.
Zmienna
Pole edytowalne
Zmienne wykluczające potencjalne duplikaty
1.0.85
Zmienne, których wartości z parametru obok wyklucza dany proces.
Tablica zmiennych
Edytowalna lista wartości
Wartości dla zmiennych wykluczających
1.0.85
Tablica wartości, z których każda decyduje o wykluczeniu potencjalnego duplikatu.
Tablica wartości tekstowych
Pole edytowalne
W przypadku przekazania zmiennej lub funkcji o typach innych niż tekstowy, należy użyć funkcji toString().
Wartość pozytywna (duplikat)*
1.0.2
Wartość, która ma zostać wpisana do zmiennej docelowej w przypadku odnalezienia duplikatu.
Tekst
Pole edytowalne
Od wersji 1.0.94 komunikat posiada wbudowany interpreter, dzięki któremu możemy się odwołać do kontekstu zduplikowanego procesu. Możemy zatem pobrać zmienne ze zduplikowanego procesu, podając w umieszczając w komunikacie id zmiennej między dwoma znakami "@". Przykład:
Treść alertu: "Zduplikowany proces posiadał wniosek o id: @id_wniosku@." - w miejsce @ id_wniosku@ zostanie wpisana wartość zmiennej o id: "id_wniosku" ze zduplikowanego procesu.
UWAGA! Interpreter przekazuje wartości z najnowszego duplikatu procesu.
Wartość negatywna (unikat)*
1.0.2
Wartość, która ma zostać wpisana do zmiennej docelowej w przypadku nieodnalezienia duplikatu.
Tekst
Pole edytowalne
1.0.2
Dodanie komponentu
1.0.9
Błąd w przypadku pierwszego zadania w procesie
1.0.25
Poprawienie rzucania wyjątków
1.0.41
Rozwiązanie problemu sprawdzania wartości logicznych na Oracle
Application based on the set of variables checks whether there is another process in the system having the same set of values for these variables.
Parameter name
From version
Description
Paremeter type
Default value
Field type
Comments and restrictions
Input variables
1.0.2
A set of variables based on which uniqueness is determined
Array of variables
Editable field
Target variable*
1.0.2
Variable to which the output of the application is saved.
Variable
Editable field
Variables that exclude potential duplicates
1.0.85
Variables whose values from the adjacent parameter exclude the given process from evaluation.
Array of variables
Editable list
Values for exclusion variables
1.0.85
An array of values, each of which decides to exclude a potential duplicate from evaluation.
Array of Strings
Editable field
In case of using variable or function of types other than text, use toString() function.
Positive value (duplicate detected)*
1.0.2
The value to be entered into the target variable if a duplicate is found.
Text
Editable field
From version 1.0.94 the message has a built-in interpreter, thanks to which we can refer to the context of the duplicate process. So we can get the variables from the duplicate process by specifying w and placing the variable id in the message between the two "@" signs. Example:
Alert text: "Duplicate process had an application for id: @application_id@." - in place of @application_id@, the value of the variable with id: "application_id" from the duplicate process will be entered.
Negative value (the process is unique)*
1.0.2
Value to be entered into the target variable if no duplicate is found.
Text
Editable field
Parameter*- mandatory field
1.0.2
Component adding
1.0.9
Error on the first task in the process
1.0.25
Improved throwing exceptions
1.0.41
Solved the problem of checking logical values on Oracle