← Powrót do listy dostępnych zadań automatycznych
Image Added
Polish |
---|
← Powrót do listy dostępnych akcjizadań automatycznych Panel |
---|
title | Podstawowe informacje |
---|
| Kategoria: OgólneDostępny od: 1.0.2 |
Panel |
---|
| Aplikacja na podstawie zestawu zmiennych sprawdza, czy w systemie istnieje inny proces posiadający ten sam zestaw wartości dla tych zmiennych. |
Panel |
---|
title | Parametry konfiguracyjne |
---|
| 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 z ewaluacji. | 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 z ewaluacji. | 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 nie odnalezienia nieodnalezienia duplikatu. | Tekst | | Pole edytowalne | | Komentarz o błędzie* | Decyduje o tym, czy komunikat błędu wykonania aplikacji ma być zapisywany w komentarzu zadania poprzedzającego zadanie automatyczne. | Logiczny | | Pole edytowalne | |
|
Panel |
---|
title | Przykładowa konfiguracja |
---|
| Image Removed Image Added
|
Panel |
---|
| 1.0.2 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
x1.x0.85 (obowiązująca dokumentacja) - Dodanie parametrów "Zmienne wykluczające potencjalne duplikaty" oraz "Wartości dla zmiennych wykluczających"
1.0.94 (obowiązująca dokumentacja) - Pobrania wartości zmiennych z duplikowanego procesu do pozytywnego komunikatu
|
Panel |
---|
title | Pakiet z przykładowym formularzem wykorzystującym aplikację |
---|
| View file |
---|
name | Testy komponentów - aplikacje - [APLIKACJA] Sprawdzenie unikatowo ci procesu 2019-10-17 13_28_36.zip |
---|
height | 250 |
---|
| |
Hide If |
---|
| Powiązane zadania JIRA |
---|
server | 192.168.1.52 JIRA |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-9 |
---|
|
JIRA |
---|
server | 192.168.1.52 JIRA |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-100 |
---|
|
JIRA |
---|
server | 192.168.1.52 JIRA |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-375 |
---|
|
JIRA |
---|
server | 192.168.1.52 JIRA |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-185 |
---|
|
JIRA |
---|
server | 192.168.1.52 JIRA |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 2e6b42a8-62e1-3c71-bfe9-dbf183b33dc1 |
---|
key | CUFCMP-672 |
---|
|
|
|
English |
---|
← Return to the list of available actionsapplications Panel |
---|
| Category: TableGeneralAction location: TableAvailable from version: 1.0.222
|
Panel |
---|
| The action colors the rows in the table based on the met condition. With the right configuration, it is possible to color entire columns. |
Panel |
---|
| Info |
---|
Leaving an empty conditional field is equal to setting it to "true". |
Action location | Conditional execution parameter action | Action call-up condition |
---|
Table | Activates action | The "Condition" parameter will return true - it is checked each time the data used in it is changed |
|
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. |
Panel |
---|
title | Configuration parameters |
---|
| Parameter name | From version | Description | Paremeter type | Default value | Field type | Comments and restrictions |
---|
Condition*Input variables | 1.0.29 | If condition is met, the rows will be colored. | Function2 | A set of variables based on which uniqueness is determined | Array of variables | | Editable field | You can use the "Row index (iteration)" parameter and the "item ()" function to check the condition for each row separately. | Font color | Target variable*
| 1.0.222 | FontVariable colorto value in hexadecimal, e.g. # AA12FD. After clicking the palette symbol, you can choose a color from the palette or enter the name which the output of the colorapplication inis hexadecimal notationsaved. | TextVariable | | Editable field | Background color | Variables that exclude potential duplicates
| 1.0.22Background color value in hexadecimal, e.g. # AA12FD. After clicking the palette symbol, you can choose a color from the palette or enter the name of the color in hexadecimal notation85 | 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 | | Columns to color | From version 1.0. 22 | Selected columns (variables in the table) to be colored. If no parameter is given, the entire row will be colored (in all columns) | Array of variables | 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 |
Panel |
---|
title | Configuration example |
---|
| Image Removed Image Added |
Panel |
---|
| 1.0.22 Adding a component2 1.0.299 - Addition of the "Condition" parameterError on the first task in the process
1.0.62 - Checking if "Condition" returns a logical type
x.x Change of palette25 - Improved throwing exceptions
1.0.41 Solved the problem of checking logical values on Oracle
1.0.85 (current documentation) - Adding "Variables that exclude potential duplicates" and "Values for exclusion variables" parameters
1.0.94 (current documentation) - Get variable values from duplicated process to positive message
|
|