Scripted Decision node
Runs a script during authentication.
The script defines the possible outcome paths by setting one or more values of a string variable named outcome
.
For more information on creating scripts, refer to
Manage scripts (UI).
Evaluation continues along the outcome path
that matches the value of the outcome
variable when script execution completes.
All the inputs required by the script and the outputs produced by it
must be declared in the node’s configuration or the script may fail.
Even if the definition is null
, it still needs to be declared.
Use the wildcard *
to include any available inputs or outputs.
For information about the API available for use in this node, refer to Scripted decision node API.
Properties
Property | Usage | ||
---|---|---|---|
Script |
Select the script to execute from the drop-down field. |
||
Outcomes |
Enter the possible strings that can be assigned to the |
||
Script Inputs |
A list of state inputs required by the script.
Defaults to
|
||
Script Outputs |
A list of state outputs produced by the script.
Defaults to |