I created the BPMN workflow and my start event is the message event and my application deployed successfully. In this workflow I am listening for the event to occur. I have another spring boot application that produces the messages to the Kafka topics. I produced 5 messages. I am able to consume those messages in my BPMN process application. When I logged into the cockpit, I see the process with 0 instance and I dont see the 5 messages received in the first task . My goal is to start my BPMN process flow for each message(account created) on the kafka topic. COuld someone help in this issue.
account_flow-mod.bpmn (3.3 KB)
Hi,
when you say you don’t see process instances in cockpit, I assume you mean runtime. Switch to the history view and you may see them. You will not see a running instance in cockpit as your process model has no wait states and thus will run end to end as a single unit of work…
You could change some aspects of the process to be async before/after and you may get a fleeting glimpse of process instances in cockpit…
regards
Rob