I don't think it's a race condition per se. At least not in the sense of stomping on other actions by changing state underneath them. This code is only writing a single argument to the running action itself. I feel like there's some issue preventing the code from even executing at all.
Comments