finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Handle Map in Chat workflow #170

Closed amsidhlokhande closed 2 years ago

amsidhlokhande commented 3 years ago

You can't have a java bean with a property containing a Map , say:

Map someprop;

It kills the templater.

robmoffat commented 2 years ago

we can and do. Have been testing this in the new poll bot. Closing