I want to update deployed BPMN XML to add new status or to change the order of status. So, is that possible?If yes, then how?
Hey,
Which status do you want to change?
You can dynamically change the deployed BpmnModel
by getting it from the Repository and deploying it again. However, you can’t change an already deployed XML.
You can also use the DynamicBpmnService
for modifying running process instances.
Cheers,
Filip