Subprocess, KAFKA, external system No process definition or execution matches the parameters

Hi @Adolis_Pali,

as you are correlating against the business key, I assume that the Kafka consumer sends the correlation command before the receive task is commited to the database.

I don’t know if you can buffer and retry the correlation in you Kafka consumer. If yes I would go this way.

An alternative is the to model the PlayArtifacts process in a way that it commits the receive task in parallel with sending the message and mark the message sending with asynchrous before. But this makes the process model much harder to understand.

Hope this helps, Ingo

1 Like