bindings property

A binding of each input in the workflow. When the associated event is fired, these variables are retrieved and used as the input to start the workflow.

Implementation

Map<TinkActionLike, Map<String, VariableRef>> get bindings;