Static parameters

Parameters describe what your module or connection will receive as input from the user.

Static parameters aren't used so much, because they can't be mapped from other modules, which means that the user has to fill in values when creating the scenario. They're used rarely and when there's no reason to block mapping to a field, you should use mappable parameters instead.

Static parameters use parameters syntax.

Last updated