Error Message :
N/A
If a script creates an array with STR_SPLIT and the input string of the STR_SPLIT is separated using a semicolon (i.e a:b:c:), the array (VARA_ARRAY# in the example below) is published and used as a ForEach workflow.
For each input string, of the semicolon separated value in the script SCRI.TINO.2, the ForEach workflow should be executed once and if the input string is empty, it should not be executed.
<Please see attached file for image>

The behavior is different between the Automation Engine version 11.1.4 and version 10 and older and v11.1.5 and v11.2.4 and newer.
In the older versions the script is not executed when the input string is empty, see below.
<Please see attached file for image>

In the newer versions (v11.1.5 and v11.2.4 and newer.), the script is executed once with a blank when the input string is empty:
<Please see attached file for image>
