File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,16 @@ Python context can be persisted into InterSystems IRIS and restored later on. Th
43
43
44
44
Context is saved into ` isc.py.data ` package and can be viewed/edited by SQL and object methods.
45
45
46
+ # Interoperability adapter
47
+
48
+ Interoperability adapter offers abulity to interact with Python process from Interoperability productions. Currently three operations are supported:
49
+
50
+ - Execute Python code via ` isc.py.msg.ExecutionRequest ` . Returns ` isc.py.msg.ExecutionResponse ` with requested variable values
51
+ - Save Python conext via ` isc.py.msg.SaveRequest ` . Returns ` Ens.StringResponse ` with context id.
52
+ - Restore Python context via ` isc.py.msg.RestoreRequest ` .
53
+
54
+ Check request/response classes documentation for details.
55
+
46
56
# Test Business Process
47
57
48
58
Along with callout code and Interoperability adapter there's also a test Interoperability Production and test Business Process. To use them:
You can’t perform that action at this time.
0 commit comments