I have added an attribute called "maintenanceMode" . At the beginning of a workflow launch I look up the value of this (it is a boolean) and if it is set to true the workflow sleeps for 5 minutes then wakes up and checks that value again. If it is set to false then the workflow should execute the remainder of the run. The problem I am having is the workflow only seems to pick up the value of the attribute as it was at runtime. If I switch the value which I am doing manually it doesn't seem to pick up the change. Is there a refresh of some sort I need to force before checking it to clear any cached value?
Paul