Difference between revisions of "Presence Context"

From PresenceWiki
Jump to: navigation, search
(What is the Presence Context?)
Line 13: Line 13:
  
 
In Presence, data is stored in a virtual table consisting of rows and columns.
 
In Presence, data is stored in a virtual table consisting of rows and columns.
 +
 +
=== Saving and Loading ===
 +
 +
The Presence Context can be saved as an XML document mid-Task. This can be helpful for debugging your Tasks, or when obtaining support from International Presence. Please see [[Context XML Nodes]] for further information.

Revision as of 15:30, 25 June 2010

The Presence Context

What is the Presence Context?

The Presence Context is a container which is retained in memory and is passed from node to node during a Task execution. It contains information such as:

  • The current Data Table
  • Local Variables
  • Task Variables
  • Internal information about the current task and the container that it is running in

Data Table

In Presence, data is stored in a virtual table consisting of rows and columns.

Saving and Loading

The Presence Context can be saved as an XML document mid-Task. This can be helpful for debugging your Tasks, or when obtaining support from International Presence. Please see Context XML Nodes for further information.