I am using a service task. I would like to be able to pass in variables in order to use them in my execute function in the service task.
Is there a way that i can set these variables in the main config properties of the service task and assign them value?
For example, If i want to use the variable, var that has the value string. How would I be able to use var inside of the service task?