Skip to end of metadata
Go to start of metadata

 

 ← Return to the list of applications

If you have a problem understanding how the action works, check: Automatic tasks, Conditional execution, Components params

Basic information

Category: General

Available from version: 1.0.2

Description

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.

 

 

Configuration parameters

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.85Variables whose values from the adjacent parameter exclude the given process from evaluation.Array of variables Editable list 
Values for exclusion variables
1.0.85An array of values, each of which decides to exclude a potential duplicate from evaluation.Array of Strings Editable fieldIn case of using variable or function of types other than text, use toString() function.
Positive value (duplicate detected)*1.0.2The 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

Configuration example

 

Change log

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

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




  • No labels
Write a comment…