Skip to main content
Version: Next

Set In Context

Set the value in the given context with the given key

Description

Set a value assigned to the given key in the context given in input.

You can observe the value by using Get From Context with the same key from a nested context.

Inputs

  • Control Flow (Control Flow)
  • context (Context): The context where to assigned the value
  • key (Object): The key to use to assign the value in the context
  • value (Object): The value to assign to this key in the context

Outputs

  • Control Flow (Control Flow)