Camunda start process from bpmn schema

Hello everyone!
I need to force the camunda to deploy the bpmn process from the schema in the resources at each start of the application. If it has been changed, then there is no problem, but in this case it receives a variable from the outside and the changes are not visible.

This should happen automatically if there the file is different in any way from the one currently deployed it will be redeployed.

I don’t really understand this - can you give some details on exactly what you mean

I agree with you that it will expand if it has been changed, however, a variable is passed to it through the method and it does not look like a change, therefore automatic deployment does not occur, you need to do it manually

<bpmn:timeCycle xsi:type=“bpmn:tFormalExpression”>${configuration.getTimer()}</bpmn:timeCycle>