getParameters

abstract fun getParameters(): P(source)

Returns the parameters defined by the configured dataflow action.

When the action declares FlowParameters.None as its parameters type, this returns the FlowParameters.None singleton.

Return

mutable parameters object, never null.

Since

8.1