let's say i can a task called my_task
. If i add a stop action and the beginning of the task:
stop my_task
my_task
will stop inmediatly. What i want is, when my_task
executes, it should check if it was already executing before, then stop that other instance of itself, and then continue with the rest of the task... Is it possible?