The CxExecutionContextclass provides methods for operating on the global execution context, which is a holder for user-accessible context information that is associated with a given flow. Currently, only the map-specific execution information is shown as the map execution context. Map Designer automatically declares a special variable in the map code to access the map execution context, cwExecCtx. When you call a map from within a collaboration, however, you must instantiate your own global execution context and map execution context.
Table 140 summarizes the methods of the
CxExecutionContext class.
Method | Description | Page |
---|---|---|
CxExecutionContext() | Constructs a new instance of a global execution context. | CxExecutionContext() |
getContext() | Retrieves the specified execution context from the global execution context. | getContext() |
setContext() | Sets a particular execution context to be part of the global execution context. | setContext() |