Documentation
CXF User Guide
CXF User Guide
  • User Guide
  • Get Started
    • What is CX Fabric?
    • Account Creation
    • Login
    • Account Setup
    • Home
    • Navigation Bar
  • QUICKSTART
    • How to create a flow?
  • BUILD
    • Editor
      • Components
        • Common Components
          • Code
          • Conditional
          • Delay
          • Email
          • Go To
          • JSON Parser
          • Microsoft SQL Database
          • Rest API
          • Rest Endpoint
          • Selection
          • SFTP
          • Variables
          • Webhook
        • Connector Components
      • Context
      • Execute Flow
      • Schedule Flow
      • Flow Properties
      • Manage Users in a Flow
    • Workflows
    • Calendar
    • Connectors
  • Administration
    • Company
    • Billing
    • Users
    • Subscription Plans
    • Roles and Permissions
    • Credential Management
Powered by GitBook
On this page
  • Access the Context Panel
  • Understanding the Context Panel
  • Viewing Variables
  • Purpose of the Context Panel
  1. BUILD
  2. Editor

Context

Last updated 1 year ago

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.

Access the Context Panel

Click on the Context button on the command bar to open the context panel.

Understanding 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.

Viewing Variables

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.

Purpose of the Context Panel

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.

NOTE:

  • The context panel is essential for understanding the structure and flow of your workflow.

  • It helps in identifying and managing variables across different nodes, enhancing workflow efficiency.

  • Regularly review the context panel to keep track of variable definitions and workflow composition.

  • Utilize the context panel for debugging and troubleshooting by checking the values and configurations of each node.

Context panel