print out the message name if correlations cannot be found w/ burnettk
This commit is contained in:
parent
530238c8aa
commit
427083ff41
|
@ -645,7 +645,7 @@ class ProcessInstanceProcessor:
|
||||||
if not bpmn_message.correlations:
|
if not bpmn_message.correlations:
|
||||||
raise ApiError(
|
raise ApiError(
|
||||||
"message_correlations_missing",
|
"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 = []
|
message_correlations = []
|
||||||
|
|
Loading…
Reference in New Issue