Currently, when stopping an animation that doesn't exist (e.g. index -1), graph execution stops.
My understanding is that instead, the err flow should be triggered.
This PR does not add the err flow trigger, but makes execution continue instead of throwing an exception.
Currently, when stopping an animation that doesn't exist (e.g. index -1), graph execution stops.
My understanding is that instead, the
err
flow should be triggered.This PR does not add the
err
flow trigger, but makes execution continue instead of throwing an exception.