Context
Last updated
Last updated
The Context feature allows you to access and manage the composition of your workflow in a structured manner. By using context, you can efficiently retrieve and utilize values within your workflow. The context panel provides a detailed view of the workflow’s composition, showing the steps and the variables associated with each node.
Click on the Context button on the command bar to open the context panel.
The context panel displays the composition of the workflow in a JSON format. You will see a list of steps representing the nodes in your workflow. Each step includes variables and their definitions, corresponding to the nodes on the canvas.
Inside each step, you will find variables (e.g., variable-1) indicating the data associated with the respective node.
For example, if you see variables-1
, it means the node named variables-1
on the canvas has this specific definition and component data. This section contains the values and other relevant information for the variables.
The context panel provides a JSON representation of your workflow, making it accessible and easy to understand.
When working in a code node, you can interact with specific nodes by accessing the context, allowing for advanced operations and customizations.