It is possible to define params for rules using a pattern like: ``` params: my_param=lambda wc, input: my_func(config["configvalue"], input), ``` But when this is done, the params are not tracked for re-run triggers (this is the case for any lambda defining params that depends in input).