You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Cognifide, we usually have our groovy scripts controlled by DRY_RUN flag. When set to true, changes are not persisted by calling session.refresh(false), otherwise session.save() is called.
However, nodeCompleted function explicitely saves the session (see in code):
In Cognifide, we usually have our groovy scripts controlled by
DRY_RUN
flag. When set totrue
, changes are not persisted by callingsession.refresh(false)
, otherwisesession.save()
is called.However,
nodeCompleted
function explicitely saves the session (see in code):It would be great if this behaviour could be controlled (saving prevented), either by some global flag, or in builder's constructor.
The text was updated successfully, but these errors were encountered: