You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trigger a workflow with overwrite cached outputs flag, the reference launchplans does not respect that flag. The tasks in the reference workflow still read cache from previous executions.
Expected behavior
When overwrite cached outputs flag is enabled, the reference launchplans that triggered as sub-workflows should also overwrite the cache.
If this is by design to have reference workflow to not respect the workflow, we should at least provide another flag/config to allow user to overwrite cache.
Additional context to reproduce
Create a workflow with reference workflow, enable caching on tasks and run with the overwrite cached outputs flag enabled.
yubofredwang
changed the title
[BUG] Overwrite cached outputs flag doesn't work for reference workflows
[BUG] Overwrite cached outputs flag doesn't work for reference launchplans
Apr 5, 2023
Describe the bug
When I trigger a workflow with overwrite cached outputs flag, the reference launchplans does not respect that flag. The tasks in the reference workflow still read cache from previous executions.
Expected behavior
When overwrite cached outputs flag is enabled, the reference launchplans that triggered as sub-workflows should also overwrite the cache.
If this is by design to have reference workflow to not respect the workflow, we should at least provide another flag/config to allow user to overwrite cache.
Additional context to reproduce
Create a workflow with reference workflow, enable caching on tasks and run with the overwrite cached outputs flag enabled.
Code Example:
File1
File2
Screenshots
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: