xcomponent/ReactiveXComponent.js

wrong type definition of the send method (publisher)

nicolaserny opened this issue · 1 comments

The last two parameters should be optional
publisher.send(
componentWorkflowStoreName,
stateMachineStoreName,
messageType,
{ RequestId: requestId },
false, // optional parameter
''); // optional paramter

They are already optional because they have a default value when they are not specified.