added clear inputs executor#2140
Conversation
Signed-off-by: Sachin Rana <sacrana324@gmail.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| delete(ctx.UserInputs, input.Identifier) | ||
| delete(ctx.RuntimeData, input.Identifier) | ||
| delete(ctx.ForwardedData, input.Identifier) | ||
| applog.GetLogger().Debug("cleared input from engine context", |
There was a problem hiding this comment.
Lets only delete UserInputs.
No description provided.