Trigger a CMMN Event Listener via REST API

Hello,

I’m trying to step through a case model via the API and have a user event listener I’m trying to trigger. I’ve looked through the swagger API and can’t find any API related to executions (which I’ve seen mentioned for the process model). I’m using Flowable 6.4.1.

Thanks in advance,
James

Use the CmmnRuntimeService#createUserEventListenerInstanceQuery to query for the user event listener. You can complete it with CmmnRuntimeService#completeUserEventListenerInstance.

Thanks for your response! Is it possible to query for / complete an event listener via the REST API?

Thanks,
James