diff --git a/src/main/kotlin/org/camunda/community/zeebe/play/rest/ConnectorsResource.kt b/src/main/kotlin/org/camunda/community/zeebe/play/rest/ConnectorsResource.kt index 29dc6e7..91525f9 100644 --- a/src/main/kotlin/org/camunda/community/zeebe/play/rest/ConnectorsResource.kt +++ b/src/main/kotlin/org/camunda/community/zeebe/play/rest/ConnectorsResource.kt @@ -219,7 +219,7 @@ class ConnectorsResource( } override fun getVariablesAsType(variableType: Class?): T { - TODO("Not yet implemented") + return objectMapper.readValue(variables, variableType) } override fun toJson(): String {