By default, if a Structure is referenced multiple times by the user, its past values may be surfaced on a subsequent call instead of the Structure being called as if it were a new context altogether. Defining a Structure as transient ensures that historical input for that Structure is never saved and has no bearing on any subsequent queries by the user.
The developer documentation section on the Transient feature describes one such use case where it ensures that the intended path is followed.
Comments
0 comments
Please sign in to leave a comment.