Hi, I am trying to configure 2 Event subprocess one - interrupting and the other non-interrupting for a workflow process.
The start event for the event subprocesses needs to be a message event from Kafka.
I have published a connector template as
And the properties in the start event inside the event subprocess which includes the customized connector template set as
The payload sent from the Kafka is
but when I am trying to publish a message from KAFKA the event subprocess is not triggered.
Could anyone help me with this issue