Hi,
I am trying to model a process in which when I hit an API endpoint, I need to start a webhook inbound start event. As per the docs, this can be acheived by POST method call. When I create a single process, and try to hit the URL http://localhost:8085/inbound/webhookid
, it works perfectly fine by starting an instance with a 200 status.
But, when I try to achieve it with multiple processes, I am not able to trigger the webhook and when I try to do a POST call, I am getting a 404 Not Found status.
Process:
Postman:
My goal is to start the event via webhook, and publish a message to the intermediate message catch event. Any idea on how to proceed with the same will be very helpful.
I have attached the bpmn file for reference.
base3.bpmn (14.0 KB)