How to populate the short description of a task with various values of variables from a request item
Go to the workflow editor, go inside of the catalog task that you want the short description to contain specific values of those variables and type the following script:task.short_description = (current.variables.xxx_xxxx_xxxxx + " + " +current.varia...
