research-virtualfortknox / node-red-contrib-msb

Nodes to connect to the Manufacturing Service Bus (MSB) developed by VFK Research (Fraunhofer IPA)
Apache License 2.0
2 stars 1 forks source link

Adding response event to function fails #16

Open luckyluks opened 1 year ago

luckyluks commented 1 year ago

Describe the bug When adding an event as response event on a function definition, the registration at MSB fails

To Reproduce Steps to reproduce the behavior:

  1. Created an MSB object node and established connection to MSB
  2. Added an basic string event "SIMPLE_E1_App"
  3. Added a function "MSG_App"
  4. Deployed flow -> registration works
  5. Added a the event "SIMPLE_E1_App" as response event on the function "MSG_App"
  6. Deployed flow -> registration fails

Expected behavior Adding response event successfully

Environment (please complete the following information):

Additional context Add any other context about the problem here.

The event in Node-Red:

image

The function with response event in Node-Red (according to the format hint):

image

The error in the UI:

image

The error in the logs:

image