You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Python context can be persisted into InterSystems IRIS and restored later on. Th
41
41
- 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.
42
42
- Restore context: `do ##class(isc.py.data.Context).RestoreContext(id, verbose, clear)` where `clear` kills currently loaded context if set to 1.
43
43
44
+
Context is saved into `isc.py.data` package and can be viewed/edited by SQL and object methods.
45
+
44
46
# Test Business Process
45
47
46
48
Along with callout code and Interoperability adapter there's also a test Interoperability Production and test Business Process. To use them:
0 commit comments