Home
last modified time | relevance | path

Searched refs:wfstate (Results 1 – 1 of 1) sorted by relevance

/plugin/workflow/
Dscript.js8 var wfstate = null; variable
31 wfstate[name] = value;
32 writeSessionObject('wfstate', wfstate);
36 delete wfstate[name];
37 writeSessionObject('wfstate', wfstate);
41 wfstate = {};
42 writeSessionObject('wfstate', wfstate);
57 for (var j in wfstate) {
59 if (crit[0] == j && values.indexOf(wfstate[j]) == -1) {
87 wfstate = readSessionObject('wfstate');
[all …]