Pojo in camunda flow


i want to turn my java entity into work flow is this possible in camunda. how can i do it

Hi @tendai,

you can save it as process variable of type Object: Process Variables | docs.camunda.org

Hope this helps, Ingo