Hi
I have situation when i execute the same step many times.
Each time result shoudl be saved to stateVariables
with comand - execution.setVariable(key,result)
and then i move to manual step.
variable shoudl be saved to table NFLOW_WORKFLOW_STATE
but i observed that sometimes they are not saved.
It looks like sometimes nflow forget to save variable.
Is it possible that if i try to get WorkflowInstance before stateVariable is saved then
i lost result and result is never saved ?
Or if i try to run the same step again before prev run save the state then result is not saved?
In this case how i can resolve this issue ?