I'd need the steps necessary to recreate such an issue.
If the background ActionList is called from a blocking ActionList that is skippable, however, and that would be the expected behaviour.
You can alter the behaviour when skipping, however, by preceding your ActionList: Run Action (which runs the background ActionList) with an ActionList: Check Action which checks if its own ActionList is being skipped.
Comments
I'd need the steps necessary to recreate such an issue.
If the background ActionList is called from a blocking ActionList that is skippable, however, and that would be the expected behaviour.
You can alter the behaviour when skipping, however, by preceding your ActionList: Run Action (which runs the background ActionList) with an ActionList: Check Action which checks if its own ActionList is being skipped.
The nested actionlists were the issue -- thanks!