parameters property

List<EnterpriseCrmEventbusProtoParameterEntry>? parameters
getter/setter pair

Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.

Implementation

core.List<EnterpriseCrmEventbusProtoParameterEntry>? parameters;