WBP-170

The variable 'variable_name' is not referenced in the process 'process_name'.

This is a variable validation message.

Explanation

Resolution

The named variable was created but is not used.

Perform one of the following tasks:

  • Delete the variable. (See Deleting variables .)

  • Reference the variable. For example, use the variable as the value of an operation property.

  • Verify that references to the variable use the correct name. For example, referencing the variable named cmroot using the name cmRoot is not correct.

// Ethnio survey code removed