This commit is contained in:
bskjon 2025-02-23 22:00:42 +01:00
parent 78971ce69e
commit 5683d23db9

View File

@ -27,6 +27,7 @@ abstract class WorkTaskListener: CoordinatorEventListener() {
log.error { "Start event not found on ${incomingEvent.referenceId()}." } log.error { "Start event not found on ${incomingEvent.referenceId()}." }
try { try {
log.error { WGson.toJson(startEvent) } log.error { WGson.toJson(startEvent) }
log.warn { "EvenTypes:\n" + events.map { it.eventType }.map { "\n\t$it" } }
log.warn { "Events provided:\n ${WGson.toJson(events)}" } log.warn { "Events provided:\n ${WGson.toJson(events)}" }
} catch (e: Exception) {} } catch (e: Exception) {}
return false return false