I tried restarting a process from a specific delegate after enabling Async, I am able to restart the process but I am not able to get the variables that were set during the old process, is there a way to store the variable during async continuations
Of you have the history level set to “full” then each version of each variable is maintained in the history database.
You could do a search for the variable instances that existed during the point of the process you’re looking for and then set them as the current values for those variables.
we have set camunda.bpm.history-level=none
is there any way to obtain the variables without enabling the history
Nope, i’m afraid not. once a process instance is finished the variables will be removed from the runtime database.
but I am able to see the variables in cockpit, is it not possible to access them…