Skip to content

Commit c8ecd95

Browse files
authored
Context persistence - more info
1 parent 5ad3260 commit c8ecd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Python context can be persisted into InterSystems IRIS and restored later on. Th
4141
- Display context: `do ##class(isc.py.data.Context).DisplayContext(id)` where `id` is an id of a stored context. Leave empty to display current context.
4242
- Restore context: `do ##class(isc.py.data.Context).RestoreContext(id, verbose, clear)` where `clear` kills currently loaded context if set to 1.
4343

44+
Context is saved into `isc.py.data` package and can be viewed/edited by SQL and object methods.
45+
4446
# Test Business Process
4547

4648
Along with callout code and Interoperability adapter there's also a test Interoperability Production and test Business Process. To use them:

0 commit comments

Comments
 (0)