Comment
Melinda Boone
Tera Explorer

Looks like the catalog variables cannot be reached on RITM.  Change code to use a reference to sc_task and it works.  I changed code to use the syntax from Shane's post:

MelindaBoone_0-1695741493421.png

 

inputs.catalog_task.variables[inputs.variable_name] = inputs.variable_value;
inputs.catalog_task.update();