File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
/// Sample process
2
- Class isc .py .test .Process Extends (Ens .BusinessProcessBPL , isc .py .ens .ProcessUtils )
2
+ Class isc .py .test .Process Extends (Ens .BusinessProcessBPL , isc .py .ens .ProcessUtils ) [ DependsOn = isc . py . ens . ProcessUtils ]
3
3
{
4
4
5
+ Storage Default
6
+ {
7
+ <Type >%Library .CacheStorage </Type >
8
+ }
9
+
5
10
/// BPL Definition
6
11
XData BPL [ XMLNamespace = " http://www.intersystems.com/bpl" ]
7
12
{
8
13
<process language ='objectscript ' request ='Ens .Request ' response ='Ens .Response ' height ='2000 ' width ='2000 ' >
9
- <sequence xend ='200 ' yend ='650 ' >
14
+ <sequence xend ='200 ' yend ='750 ' >
10
15
<call name ='Correlation Matrix : Tabular ' target ='isc .py .ens .Operation ' async ='1 ' xpos ='200 ' ypos ='250 ' >
11
16
<annotation ><![CDATA [import pyodbc
12
17
import pandas as pd
@@ -68,14 +73,13 @@ plt.close(f)]]></annotation>
68
73
<response type ='isc .py .msg .ExecutionResponse ' />
69
74
</call >
70
75
<sync name ='Wait Correlation Matrix : Graph ' calls ='Correlation Matrix : Graph ' type ='all ' xpos ='200 ' ypos ='550 ' />
76
+ <call name ='Save Context ' target ='isc .py .ens .Operation ' async ='1 ' xpos ='200 ' ypos ='650 ' >
77
+ <request type ='isc .py .msg .SaveRequest ' />
78
+ <response type ='Ens .StringResponse ' />
79
+ </call >
71
80
</sequence >
72
81
</process >
73
82
}
74
83
75
- Storage Default
76
- {
77
- <Type >%Library .CacheStorage </Type >
78
- }
79
-
80
84
}
81
85
You can’t perform that action at this time.
0 commit comments