print out the message name if correlations cannot be found w/ burnettk

This commit is contained in:
jasquat 2022-09-14 13:26:08 -04:00
parent 530238c8aa
commit 427083ff41
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ class ProcessInstanceProcessor:
if not bpmn_message.correlations:
raise ApiError(
"message_correlations_missing",
f"Could not find any message correlations bpmn_message: {bpmn_message}",
f"Could not find any message correlations bpmn_message: {bpmn_message.name}",
)
message_correlations = []