-
Notifications
You must be signed in to change notification settings - Fork 132
/
workflows
executable file
·24 lines (23 loc) · 1.06 KB
/
workflows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// CRUD:
query : query (response)
read : get (response)
remove : remove (response)
save : save (response)
save (Page) : workflow:'url' --> save (response)
save (Settings) : workflow:'smtp' --> save (response) --> workflow:'load'
// Workflows
exec : workflow:'exec' (response)
dependencies : workflow:'dependencies' (response)
send : workflow:'send' (response)
editor : workflow:'editor' (response)
files : workflow:'files' (response)
clear : workflow:'clear' (response)
toggle : workflow:'toggle' (response)
test : workflow:'test' (response)
stats : workflow:'stats' (response)
import : workflow:'import' (response)
export : workflow:'export' (response)
prices : workflow:'prices' (response)
create : workflow:'create' (response)
search : workflow:'search' (response)
unsubscribe : workflow:'unsubscribe' (response)