Hi jbarrez
In our application, clients will send workflows to aciviti engine continuously(all different) while 'engine is running'. Also a 'workflow can generate another workflows' using some logic. So a lot of xmls will get generated. They may not be even used second time. So instead deploying each workflow, can we just run it for just once. Also which is a better approach in this scenario : 'to deploy each xml' OR 'to convert xml into BpmnModel object and then deploy it'.
Thanks
Amey Vaidya