Hi All,
I am able to query a model based on process definition id. However, I don’t find any api that could be me the complete bpmn.xml for this model. Am I missing something?
final org.flowable.bpmn.model.Process process = this.repositoryService.getBpmnModel(processDefinitionId).getMainProcess();
Thanks,
Gaurav