@nocobase/plugin-workflow 0.9.2-alpha.2 → 0.9.2-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client/AddButton.js +1 -3
- package/lib/client/Branch.d.ts +1 -1
- package/lib/client/ExecutionCanvas.js +1 -1
- package/lib/client/FlowContext.d.ts +1 -1
- package/lib/client/WorkflowProvider.js +0 -1
- package/lib/client/components/CollectionFieldset.d.ts +1 -1
- package/lib/client/components/CollectionFieldset.js +13 -13
- package/lib/client/components/Duration.js +3 -3
- package/lib/client/components/DynamicExpression.d.ts +1 -1
- package/lib/client/components/DynamicExpression.js +19 -19
- package/lib/client/components/RadioWithTooltip.js +4 -4
- package/lib/client/components/renderEngineReference.js +12 -11
- package/lib/client/interfaces/expression.d.ts +1 -1
- package/lib/client/interfaces/expression.js +2 -1
- package/lib/client/locale/en-US.d.ts +70 -70
- package/lib/client/locale/en-US.js +115 -115
- package/lib/client/locale/ja-JP.d.ts +57 -57
- package/lib/client/locale/ja-JP.js +85 -85
- package/lib/client/locale/pt-BR.d.ts +70 -70
- package/lib/client/locale/pt-BR.js +115 -115
- package/lib/client/locale/ru-RU.d.ts +57 -57
- package/lib/client/locale/ru-RU.js +85 -85
- package/lib/client/locale/tr-TR.d.ts +57 -57
- package/lib/client/locale/tr-TR.js +85 -85
- package/lib/client/locale/zh-CN.js +55 -55
- package/lib/client/nodes/calculation.d.ts +1 -1
- package/lib/client/nodes/calculation.js +29 -29
- package/lib/client/nodes/condition.d.ts +3 -3
- package/lib/client/nodes/condition.js +76 -72
- package/lib/client/nodes/delay.d.ts +1 -1
- package/lib/client/nodes/index.js +35 -37
- package/lib/client/nodes/manual/ModeConfig.js +5 -5
- package/lib/client/nodes/manual/SchemaConfig.js +2 -5
- package/lib/client/nodes/manual/WorkflowTodo.js +3 -3
- package/lib/client/nodes/manual/forms/customForm.js +1 -2
- package/lib/client/nodes/parallel.d.ts +1 -1
- package/lib/client/nodes/parallel.js +6 -6
- package/lib/client/nodes/request.d.ts +2 -0
- package/lib/client/nodes/request.js +7 -5
- package/lib/client/style.js +67 -63
- package/lib/client/triggers/index.d.ts +4 -4
- package/lib/client/triggers/index.js +5 -7
- package/lib/client/triggers/schedule/DateFieldsSelect.d.ts +1 -1
- package/lib/client/triggers/schedule/EndsByField.js +3 -3
- package/lib/client/triggers/schedule/OnField.js +3 -3
- package/lib/client/triggers/schedule/RepeatField.js +16 -16
- package/lib/client/triggers/schedule/ScheduleConfig.js +2 -2
- package/lib/client/utils.js +1 -1
- package/lib/client/variable.js +4 -4
- package/lib/server/Processor.d.ts +2 -2
- package/lib/server/Processor.js +8 -8
- package/lib/server/functions/index.d.ts +1 -1
- package/lib/server/functions/index.js +1 -2
- package/lib/server/instructions/calculation.d.ts +1 -1
- package/lib/server/instructions/calculation.js +7 -7
- package/lib/server/instructions/condition.d.ts +2 -2
- package/lib/server/instructions/condition.js +7 -8
- package/lib/server/instructions/create.d.ts +1 -1
- package/lib/server/instructions/destroy.d.ts +1 -1
- package/lib/server/instructions/manual/index.js +1 -2
- package/lib/server/instructions/parallel.d.ts +3 -3
- package/lib/server/instructions/query.d.ts +2 -2
- package/lib/server/instructions/request.js +0 -1
- package/lib/server/instructions/update.d.ts +2 -2
- package/lib/server/migrations/20230221071831-calculation-expression.js +11 -11
- package/lib/server/migrations/20230221121203-condition-calculation.js +6 -6
- package/lib/server/migrations/20230221162902-jsonb-to-json.js +3 -5
- package/lib/server/migrations/20230411034722-manual-multi-form.js +3 -2
- package/lib/server/triggers/collection.d.ts +2 -2
- package/lib/server/triggers/collection.js +2 -2
- package/lib/server/triggers/schedule.js +26 -20
- package/package.json +12 -12
|
@@ -1,112 +1,112 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
Workflow: string;
|
|
3
|
-
|
|
3
|
+
'Execution history': string;
|
|
4
4
|
Executed: string;
|
|
5
|
-
|
|
5
|
+
'Trigger type': string;
|
|
6
6
|
Status: string;
|
|
7
7
|
On: string;
|
|
8
8
|
Off: string;
|
|
9
9
|
Version: string;
|
|
10
|
-
|
|
10
|
+
'Copy to new version': string;
|
|
11
11
|
Duplicate: string;
|
|
12
12
|
Loading: string;
|
|
13
|
-
|
|
13
|
+
'Load failed': string;
|
|
14
14
|
Trigger: string;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
15
|
+
'Trigger variables': string;
|
|
16
|
+
'Trigger data': string;
|
|
17
|
+
'Trigger time': string;
|
|
18
|
+
'Triggered at': string;
|
|
19
|
+
'Collection event': string;
|
|
20
|
+
'Trigger on': string;
|
|
21
|
+
'After record added': string;
|
|
22
|
+
'After record updated': string;
|
|
23
|
+
'After record added or updated': string;
|
|
24
|
+
'After record deleted': string;
|
|
25
|
+
'Changed fields': string;
|
|
26
|
+
'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
|
|
27
|
+
'Only triggers when match conditions': string;
|
|
28
|
+
'Schedule event': string;
|
|
29
|
+
'Trigger mode': string;
|
|
30
|
+
'Based on certain date': string;
|
|
31
|
+
'Based on date field of collection': string;
|
|
32
|
+
'Starts on': string;
|
|
33
|
+
'Ends on': string;
|
|
34
|
+
'No end': string;
|
|
35
|
+
'Exactly at': string;
|
|
36
|
+
'Repeat mode': string;
|
|
37
|
+
'Repeat limit': string;
|
|
38
|
+
'No limit': string;
|
|
39
39
|
Seconds: string;
|
|
40
40
|
Minutes: string;
|
|
41
41
|
Hours: string;
|
|
42
42
|
Days: string;
|
|
43
43
|
Weeks: string;
|
|
44
44
|
Months: string;
|
|
45
|
-
|
|
45
|
+
'No repeat': string;
|
|
46
46
|
Every: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
'By minute': string;
|
|
48
|
+
'By hour': string;
|
|
49
|
+
'By day': string;
|
|
50
|
+
'By week': string;
|
|
51
|
+
'By month': string;
|
|
52
|
+
'By field': string;
|
|
53
|
+
'By custom date': string;
|
|
54
54
|
Advanced: string;
|
|
55
55
|
End: string;
|
|
56
|
-
|
|
56
|
+
'Node result': string;
|
|
57
57
|
Constant: string;
|
|
58
58
|
Null: string;
|
|
59
59
|
Boolean: string;
|
|
60
60
|
String: string;
|
|
61
61
|
Calculator: string;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
'Arithmetic calculation': string;
|
|
63
|
+
'String operation': string;
|
|
64
|
+
'Executed at': string;
|
|
65
65
|
Queueing: string;
|
|
66
|
-
|
|
66
|
+
'On going': string;
|
|
67
67
|
Succeeded: string;
|
|
68
68
|
Failed: string;
|
|
69
69
|
Pending: string;
|
|
70
70
|
Canceled: string;
|
|
71
|
-
|
|
71
|
+
'This node contains branches, deleting will also be preformed to them, are you sure?': string;
|
|
72
72
|
Control: string;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
'Collection operations': string;
|
|
74
|
+
'Extended types': string;
|
|
75
|
+
'Node type': string;
|
|
76
76
|
Calculation: string;
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
'Configure calculation': string;
|
|
78
|
+
'Calculation result': string;
|
|
79
79
|
True: string;
|
|
80
80
|
False: string;
|
|
81
81
|
concat: string;
|
|
82
82
|
Condition: string;
|
|
83
83
|
Mode: string;
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
'Continue when "Yes"': string;
|
|
85
|
+
'Branch into "Yes" and "No"': string;
|
|
86
86
|
Conditions: string;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
87
|
+
'Parallel branch': string;
|
|
88
|
+
'Add branch': string;
|
|
89
|
+
'All succeeded': string;
|
|
90
|
+
'Any succeeded': string;
|
|
91
|
+
'Any succeeded or failed': string;
|
|
92
|
+
'Continue after all branches succeeded': string;
|
|
93
|
+
'Continue after any branch succeeded': string;
|
|
94
|
+
'Continue after any branch succeeded, or exit after any branch failed': string;
|
|
95
95
|
Delay: string;
|
|
96
96
|
Duration: string;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
97
|
+
'End Status': string;
|
|
98
|
+
'Select status': string;
|
|
99
|
+
'Succeed and continue': string;
|
|
100
|
+
'Fail and exit': string;
|
|
101
|
+
'Create record': string;
|
|
102
|
+
'Update record': string;
|
|
103
|
+
'Query record': string;
|
|
104
|
+
'Multiple records': string;
|
|
105
|
+
'Please select collection first': string;
|
|
106
|
+
'Only update records matching conditions': string;
|
|
107
|
+
'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': string;
|
|
108
|
+
'Trigger in executed workflow cannot be modified': string;
|
|
109
|
+
'Node in executed workflow cannot be modified': string;
|
|
110
110
|
'Can not delete': string;
|
|
111
111
|
'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': string;
|
|
112
112
|
'HTTP request': string;
|
|
@@ -5,129 +5,129 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
8
|
+
Workflow: 'Fluxo de trabalho',
|
|
9
|
+
'Execution history': 'Histórico de execução',
|
|
10
|
+
Executed: 'Executado',
|
|
11
|
+
'Trigger type': 'Tipo de acionador',
|
|
12
|
+
Status: 'Status',
|
|
13
|
+
On: 'Ligado',
|
|
14
|
+
Off: 'Desligado',
|
|
15
|
+
Version: 'Versão',
|
|
16
|
+
'Copy to new version': 'Copiar para nova versão',
|
|
17
|
+
Duplicate: 'Duplicar',
|
|
18
|
+
Loading: 'Carregando',
|
|
19
|
+
'Load failed': 'Falha ao carregar',
|
|
20
|
+
Trigger: 'Acionador',
|
|
21
|
+
'Trigger variables': 'Variáveis do acionador',
|
|
22
|
+
'Trigger data': 'Dados do acionador',
|
|
23
|
+
'Trigger time': 'Tempo do acionador',
|
|
24
|
+
'Triggered at': 'Acionado em',
|
|
25
|
+
'Collection event': 'Evento da coleção',
|
|
26
|
+
'Trigger on': 'Acionar em',
|
|
27
|
+
'After record added': 'Depois do registro ser adicionado',
|
|
28
|
+
'After record updated': 'Depois do registro ser atualizado',
|
|
29
|
+
'After record added or updated': 'Depois do registro ser adicionado ou atualizado',
|
|
30
|
+
'After record deleted': 'Depois do registro ser excluído',
|
|
31
|
+
'Changed fields': 'Campos alterados',
|
|
32
|
+
'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': 'Acionado apenas se um dos campos selecionados for alterado. Se não estiver selecionado, será acionado quando qualquer campo for alterado. Quando um registro é adicionado ou excluído, qualquer campo é considerado como tendo sido alterado.',
|
|
33
|
+
'Only triggers when match conditions': 'Aciona somente quando as condições correspondem',
|
|
34
|
+
'Schedule event': 'Evento programado',
|
|
35
|
+
'Trigger mode': 'Modo de acionamento',
|
|
36
|
+
'Based on certain date': 'Com base em uma data específica',
|
|
37
|
+
'Based on date field of collection': 'Com base no campo de data da coleção',
|
|
38
|
+
'Starts on': 'Começa em',
|
|
39
|
+
'Ends on': 'Termina em',
|
|
40
|
+
'No end': 'Sem fim',
|
|
41
|
+
'Exactly at': 'Exatamente às',
|
|
42
|
+
'Repeat mode': 'Modo de repetição',
|
|
43
|
+
'Repeat limit': 'Limite de repetição',
|
|
44
|
+
'No limit': 'Sem limite',
|
|
45
|
+
Seconds: 'Segundos',
|
|
46
|
+
Minutes: 'Minutos',
|
|
47
|
+
Hours: 'Horas',
|
|
48
|
+
Days: 'Dias',
|
|
49
|
+
Weeks: 'Semanas',
|
|
50
|
+
Months: 'Meses',
|
|
51
|
+
'No repeat': 'Sem repetição',
|
|
52
|
+
Every: 'Cada',
|
|
53
|
+
'By minute': 'Por minuto',
|
|
54
|
+
'By hour': 'Por hora',
|
|
55
|
+
'By day': 'Por dia',
|
|
56
|
+
'By week': 'Por semana',
|
|
57
|
+
'By month': 'Por mês',
|
|
58
|
+
'By field': 'Por campo',
|
|
59
|
+
'By custom date': 'Por data personalizada',
|
|
60
|
+
Advanced: 'Avançado',
|
|
61
|
+
End: 'Fim',
|
|
62
|
+
'Node result': 'Resultado do nó',
|
|
63
|
+
Constant: 'Constante',
|
|
64
|
+
Null: 'Nulo',
|
|
65
|
+
Boolean: 'Booleano',
|
|
66
|
+
String: 'String',
|
|
67
|
+
Calculator: 'Calculadora',
|
|
68
|
+
'Arithmetic calculation': 'Cálculo aritmético',
|
|
69
|
+
'String operation': 'Operação de string',
|
|
70
|
+
'Executed at': 'Executado em',
|
|
71
|
+
Queueing: 'Em fila',
|
|
72
|
+
'On going': 'Em andamento',
|
|
73
|
+
Succeeded: 'Sucesso',
|
|
74
|
+
Failed: 'Falhou',
|
|
75
|
+
Pending: 'Pendente',
|
|
76
|
+
Canceled: 'Cancelado',
|
|
77
|
+
'This node contains branches, deleting will also be preformed to them, are you sure?': 'Este nó contém ramos, a exclusão também será realizada neles, você tem certeza?',
|
|
78
|
+
Control: 'Controle',
|
|
79
|
+
'Collection operations': 'Operações de coleção',
|
|
80
|
+
'Extended types': 'Tipos estendidos',
|
|
81
|
+
'Node type': 'Tipo de nó',
|
|
82
|
+
Calculation: 'Cálculo',
|
|
83
|
+
'Configure calculation': 'Configurar cálculo',
|
|
84
|
+
'Calculation result': 'Resultado do cálculo',
|
|
85
|
+
True: 'Verdadeiro',
|
|
86
|
+
False: 'Falso',
|
|
87
|
+
concat: 'concatenar',
|
|
88
|
+
Condition: 'Condição',
|
|
89
|
+
Mode: 'Modo',
|
|
90
|
+
'Continue when "Yes"': 'Continuar quando "Sim"',
|
|
91
|
+
'Branch into "Yes" and "No"': 'Ramo em "Sim" e "Não"',
|
|
92
|
+
Conditions: 'Condições',
|
|
93
|
+
'Parallel branch': 'Ramo paralelo',
|
|
94
|
+
'Add branch': 'Adicionar ramo',
|
|
95
|
+
'All succeeded': 'Todos com sucesso',
|
|
96
|
+
'Any succeeded': 'Qualquer um com sucesso',
|
|
97
|
+
'Any succeeded or failed': 'Qualquer um com sucesso ou falha',
|
|
98
|
+
'Continue after all branches succeeded': 'Continuar após todos os ramos com sucesso',
|
|
99
|
+
'Continue after any branch succeeded': 'Continuar após qualquer ramo com sucesso',
|
|
100
|
+
'Continue after any branch succeeded, or exit after any branch failed': 'Continuar após qualquer ramo com sucesso ou sair após qualquer ramo falhar',
|
|
101
|
+
Delay: 'Atraso',
|
|
102
|
+
Duration: 'Duração',
|
|
103
|
+
'End Status': 'Status final',
|
|
104
|
+
'Select status': 'Selecionar status',
|
|
105
|
+
'Succeed and continue': 'Ter sucesso e continuar',
|
|
106
|
+
'Fail and exit': 'Falhar e sair',
|
|
107
|
+
'Create record': 'Criar registro',
|
|
108
|
+
'Update record': 'Atualizar registro',
|
|
109
|
+
'Query record': 'Consultar registro',
|
|
110
|
+
'Multiple records': 'Múltiplos registros',
|
|
111
|
+
'Please select collection first': 'Por favor, selecione uma coleção primeiro',
|
|
112
|
+
'Only update records matching conditions': 'Atualizar somente registros que atendem às condições',
|
|
113
|
+
'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': 'Campos que não recebem valor serão definidos como valor padrão e aqueles sem valor padrão serão definidos como nulo.',
|
|
114
|
+
'Trigger in executed workflow cannot be modified': 'O acionador em fluxo de trabalho executado não pode ser modificado',
|
|
115
|
+
'Node in executed workflow cannot be modified': 'O nó em fluxo de trabalho executado não pode ser modificado',
|
|
116
116
|
'Can not delete': 'Não é possível excluir',
|
|
117
117
|
'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': 'O resultado deste nó foi referenciado por outros nós ({{nodes}}), por favor, remova a referência antes de excluir.',
|
|
118
118
|
'HTTP request': 'Requisição HTTP',
|
|
119
119
|
'HTTP method': 'Método HTTP',
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
URL: 'URL',
|
|
121
|
+
Headers: 'Cabeçalhos',
|
|
122
122
|
'Add request header': 'Adicionar cabeçalho de requisição',
|
|
123
|
-
|
|
123
|
+
Parameters: 'Parâmetros',
|
|
124
124
|
'Add parameter': 'Adicionar parâmetro',
|
|
125
|
-
|
|
125
|
+
Body: 'Corpo',
|
|
126
126
|
'Use variable': 'Usar variável',
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
Format: 'Formato',
|
|
128
|
+
Insert: 'Inserir',
|
|
129
129
|
'Timeout config': 'Configuração de tempo limite',
|
|
130
|
-
|
|
130
|
+
ms: 'ms',
|
|
131
131
|
'Input request data': 'Dados de entrada da requisição',
|
|
132
132
|
'Only support standard JSON data': 'Suporta somente dados JSON padrão',
|
|
133
133
|
'"Content-Type" only support "application/json", and no need to specify': '"Content-Type" somente suporta "application/json" e não precisa ser especificado',
|
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
Workflow: string;
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
'Execution history': string;
|
|
4
|
+
'Trigger type': string;
|
|
5
5
|
Status: string;
|
|
6
6
|
On: string;
|
|
7
7
|
Off: string;
|
|
8
8
|
Version: string;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
'Copy to new version': string;
|
|
10
|
+
'Load failed': string;
|
|
11
11
|
Trigger: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
'Collection event': string;
|
|
13
|
+
'Trigger on': string;
|
|
14
|
+
'After record added': string;
|
|
15
|
+
'After record updated': string;
|
|
16
|
+
'After record added or updated': string;
|
|
17
|
+
'After record deleted': string;
|
|
18
|
+
'Changed fields': string;
|
|
19
|
+
'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
|
|
20
|
+
'Only triggers when match conditions': string;
|
|
21
|
+
'Schedule event': string;
|
|
22
|
+
'Trigger mode': string;
|
|
23
|
+
'Based on certain date': string;
|
|
24
|
+
'Based on date field of collection': string;
|
|
25
|
+
'Starts on': string;
|
|
26
|
+
'Ends on': string;
|
|
27
|
+
'Exactly at': string;
|
|
28
|
+
'Repeat mode': string;
|
|
29
|
+
'Repeat limit': string;
|
|
30
|
+
'No limit': string;
|
|
31
31
|
Seconds: string;
|
|
32
32
|
Minutes: string;
|
|
33
33
|
Hours: string;
|
|
34
34
|
Days: string;
|
|
35
35
|
Weeks: string;
|
|
36
36
|
Months: string;
|
|
37
|
-
|
|
37
|
+
'No repeat': string;
|
|
38
38
|
Every: string;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
39
|
+
'By minute': string;
|
|
40
|
+
'By hour': string;
|
|
41
|
+
'By day': string;
|
|
42
|
+
'By week': string;
|
|
43
|
+
'By month': string;
|
|
44
|
+
'By field': string;
|
|
45
|
+
'By custom date': string;
|
|
46
46
|
Advanced: string;
|
|
47
47
|
End: string;
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
'Trigger variables': string;
|
|
49
|
+
'Node result': string;
|
|
50
50
|
Constant: string;
|
|
51
51
|
Boolean: string;
|
|
52
52
|
String: string;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
'Arithmetic calculation': string;
|
|
54
|
+
'String operation': string;
|
|
55
|
+
'On going': string;
|
|
56
56
|
Succeeded: string;
|
|
57
57
|
Failed: string;
|
|
58
58
|
Canceled: string;
|
|
59
|
-
|
|
59
|
+
'This node contains branches, deleting will also be preformed to them, are you sure?': string;
|
|
60
60
|
Control: string;
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
'Collection operations': string;
|
|
62
|
+
'Node type': string;
|
|
63
63
|
Calculation: string;
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
'Configure calculation': string;
|
|
65
|
+
'Calculation result': string;
|
|
66
66
|
True: string;
|
|
67
67
|
False: string;
|
|
68
68
|
Condition: string;
|
|
69
69
|
Mode: string;
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
'Continue when "Yes"': string;
|
|
71
|
+
'Branch into "Yes" and "No"': string;
|
|
72
72
|
Conditions: string;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
73
|
+
'Parallel branch': string;
|
|
74
|
+
'All succeeded': string;
|
|
75
|
+
'Any succeeded': string;
|
|
76
|
+
'Continue after all branches succeeded': string;
|
|
77
|
+
'Continue after any branch succeeded': string;
|
|
78
|
+
'Create record': string;
|
|
79
|
+
'Update record': string;
|
|
80
|
+
'Query record': string;
|
|
81
|
+
'Multiple records': string;
|
|
82
|
+
'Please select collection first': string;
|
|
83
|
+
'Only update records matching conditions': string;
|
|
84
|
+
'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': string;
|
|
85
|
+
'Trigger in executed workflow cannot be modified': string;
|
|
86
|
+
'Node in executed workflow cannot be modified': string;
|
|
87
87
|
};
|
|
88
88
|
export default _default;
|