Difference between revisions of "Presence Context"

From PresenceWiki
Jump to: navigation, search
(What is the Presence Context?)
(What is the Presence Context?)
Line 7: Line 7:
 
* The current [[Data Table]]
 
* The current [[Data Table]]
 
* Local [[Variables]]
 
* Local [[Variables]]
* [[Task Variables]]
 
 
* Internal information about the current task and the container that it is running in
 
* Internal information about the current task and the container that it is running in
  

Revision as of 15:22, 13 July 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
  • 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.