This decorator is used to derive parameters to your function from the ctx argument to the function. This is best shown by example. Suppose this configuration:
ctx = {
"myfuncname" : {
"param1" : 392,
"namedparam1" : 199
}
}