Action that is changing the status is not triggering next action
I have 2 actions setup and the goal is once the first action runs successfully the next action will be scheduled without having to save again. The schedule condition for the second action never runs, although if I just save my transaction again it will run successfully. I have seen a lot of notes about dependency for actions that have not been helpful at all to me.
Tags:
Brandon Gailey replied
I have done a work around since I do not believe the system can handle this functionality using standard functions/badis. I am just scheduling both statuses from the get go and it is working properly, just makes the background job not run asĀ fast due to the additional check that must be made.