Context View (Magic xpi 3.x)
The Context View provides information regarding the operation of the project in Debug mode and lets you change the value of variables and ODS.
The Context View is per the parked entry in the Context Tree.
The read-only information provided includes the Context ID, Flow Name, Step Name, BP Name, and Flow Sequence ID, which is the ID of the parent thread (the thread that begins the process).
The Context View can only be modified when the project is in Stop mode.
For Flow, BP, and Context variables, the Context View can only be viewed when there is a context running. You can view the Context View for Global variables and ODS when no context is running, but first the project must be in Run mode and the Server must be in Break mode.
The variables and system tables (ODS) are displayed in the following tabs:
-
Flow Variable: All the flow variables defined in the flow that run in the current context, and their values.
If the Flow variable is of type UDS and has a UDS model assigned to it, you can click the to access the UDS Table. This table lets you review and change the values of the UDS records.
Since version: V3 SP1
-
Context Variable: All the context variables of the flow and their values.
-
BP Variable: All the BP variables in the entire thread and their values.
-
Global Variable: All the global variables in the entire process and their values.
-
ODS: ODS entries and their values are based on the internal database ODS values. Only ODS entries that appear in the database will appear (not what is in the repository). The Local ODS entries in the ODS database are per the parked Flow Sequence ID.
Note:
|
-
Dynamic variables defined in the Flow Data service will not be displayed in these tabs.
-
In Debug mode, you cannot modify BLOB type variables.
|
|