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
Currently, it seems that both StepA and StepB will run the step Share. i.e. the step Share will be executed twice, once for A and once for B. Currently is it possible to just run step Share once and use the result for both StepA and StepB? I don't want to make step Share cacheable.
The text was updated successfully, but these errors were encountered:
@Boltzmachine Currently, you have set CACHEABLE = False for Share step. If you set it to True, it will cache the output, and the step will be run only once.
For example,
And the config file
Currently, it seems that both
StepA
andStepB
will run the stepShare
. i.e. the stepShare
will be executed twice, once for A and once for B. Currently is it possible to just run stepShare
once and use the result for bothStepA
andStepB
? I don't want to make stepShare
cacheable.The text was updated successfully, but these errors were encountered: