cancel
Showing results for 
Search instead for 
Did you mean: 

About the DelegateTask.

croc1
Champ in-the-making
Champ in-the-making
hi,all
any difference between setVariableLocal and createVariableLocal
      delegateTask.setVariableLocal("", null);
      delegateTask.createVariableLocal("", null);
1 REPLY 1

trademak
Star Contributor
Star Contributor
setVariableLocal will create a new variable if none exists and update if one does exist.
createVariableLocal will always create a new variable. However if one already exists it will throw an exception.

Best regards,