Sorry for necropost, but anybody used subj? It's no difference in GoToTask behavior:
GoToTask.ToPosition(pos, 3.5f, false, context => true);
and
GoToTask.ToPosition(pos, 3.5f, false, context => false);
in both cases bot successfully runs until reaches destination and ignores fight during run.
How to correct use GoToTask.ToPosition with interrupting when bot attacked?