I am interested in creating cache in action X of the workflow, and then reusing it in action Y, but I don't want to waste time to recreate cache at the cleanup stage of the cache action in action Y - I know I only used it in read-only fashion in action Y (whereas action X might have written to it), so waiting for the new cache creation is wasteful.
Is there a way in current implementation to get this behavior and if not would you consider this as a new feature?
I am interested in creating cache in action X of the workflow, and then reusing it in action Y, but I don't want to waste time to recreate cache at the cleanup stage of the
cacheaction in action Y - I know I only used it in read-only fashion in action Y (whereas action X might have written to it), so waiting for the new cache creation is wasteful.Is there a way in current implementation to get this behavior and if not would you consider this as a new feature?