Skip to content

KernelArguments lifecycle #6180

Closed Answered by matthewbolanos
MithrilMan asked this question in Q&A
Discussion options

You must be logged in to vote

KernelArguments are only passed one level deep (they're essentially just our way of providing input params). If you're interested in passing data through nested functions, you'll want to create a new KernelArguments object that's passed to the next function.

If you want a persistent property bag, I'd recommend using Kernel.Data

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MithrilMan
Comment options

Answer selected by sophialagerkranspandey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants