Set secure workflow variables component

Set secure workflow variables component

The advanced, utilities workflow component, Set secure workflow variables can be used as a way to protect passwords used in the InterFormNG2 workflows e.g. for API calls.

 

Related built-in functions are: ng:encrypt() and ng:decrypt().

 

The component has these parameters:

 

NG2SetSecureWorkflowVar001

 

Name

This is the name  of the variable.

 

Value

This is inserted as an unencrypted value of the variable. This value is encrypted and then saved, so that after saving the workflow this value can not longer be seen.

 

You can add multiple key/value pairs, if you clock the Add more icon.

 

After a save you will see something like this:

 

NG2SetSecureWorkflowVar002

 

The passwords are encrypted for the current machine, so if you export a workflow where this is used and import it on another machine, then the encrypted password does not work and you will need to reenter it on the new machine. The only exception is, if the global setting for password encryption in export is set not to encrypt passwords in exports.

    • Related Articles

    • Set multiple workflow variables

      The advanced set meta data workflow component, Set multiple workflow variables, sets/defines multiple workflow variables. This can be used later in the workflow and also in a template. The variables can be referenced in XPath expressions with a ...
    • Variables

      In InterFormNG2 there are 4 kind of variables: 1.User defined variables, that you define in the designer. 2.Workflow variables. They can be defined in the workflow either by setting a single variable or multiple variables at a time. 3.Predefined ...
    • Predefined variables

      InterFormNG2 is delivered with a lot of predefined variables, that you can refer to as any of the user defined variables. It is highly recommended not to create user defined variables with the same name as the predefined variables, but you can use ...
    • Set one workflow variable

      The advanced set meta data workflow component, Set one workflow variable, sets/defines a workflow variable. This can be used later in the workflow and also in a template in the designer. The variable can be referenced in XPath expressions with a ...
    • Repeat workflow component

      The advanced, utilities workflow component, Repeat creates a loop in which the components following it are executed a number of times. At the start of each repetition, the workflow payload and variables are reset to the state they have at the point ...