Are BpmnXMLConverter and BpmnJsonConverter thread-safe?

I am new to Flowable. I want to put BpmnXMLConverter and BpmnJsonConverter into Spring container and use @Autowired injection. I want to know whether BpmnXMLConverter and BpmnJsonConverter are thread-safe, thank you!

1 Like

Hey @z960112559,

They are used in a similar way in the Flowable OSS Modeler application, so I would say that yes you can do that.

Cheers,
Filip

1 Like