Changes for page Anwendungseinstellungen


From version 7.3
edited by awa
on 18.08.2022, 11:49
Change comment: There is no comment for this version
To version 5.2
edited by awa
on 02.02.2022, 13:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -95,14 +95,11 @@
95 95  
96 96  {{table dataTypeAlpha="0" preSort="0-asc" caption="Various settings regarding the application"}}
97 97  |= Property|= Default value|= Explanation
98 -|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]. Since V7, the field name is automatically renewed when the form is opened.
99 -|bot.field.autocomplete|new-password|Value for the //autocomplete// attribute of the bot field. When this property is not present, it defaults to //new-password//. When the value is empty, the //autocomplete// attribute is not set. Any other value is used for the //autocomplete// attribute.
98 +|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots.>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]
100 100  |defaults.systemeinstellung.loginName|sadmin|Login name for the super administrator of the system.
101 101  |defaults.systemeinstellung.passwort|hash(admin)|Login name for the super administrator of the system. Should be changed after installing the application. The password is stored hashed, it should not be set manually in the configuration file, but only via the user interface.
102 102  |cluster.implementation|jgroups|The implementation used for [[clustering>>doc:Formcycle.SystemSettings.UserInterface.Cluster.WebHome]]. Allowed options are [[jgroups>>http://www.jgroups.org/||target="_blank"]] and [[shoal>>https://javaee.github.io/shoal/||target="_blank"]].
103 103  |system.server.id |(generated)|Unique ID of the server which can be included in the HTTP header and attached to the submit URL of a form for the use of load balancers. See //HTTP//.
104 -|monitoring.enabled|false|Whether the [[frontend server monitoring URL>>doc:Formcycle.SystemSettings.Monitoring]] is enabled.
105 -|monitoring.allowed.hosts|(empty)|List of host, that are allowd to access the [[frontend server monitoring URL>>doc:Formcycle.SystemSettings.Monitoring]] . localhost (loopback) is always granted access.
106 106  {{/table}}
107 107  
108 108  == Limits ==
... ... @@ -174,68 +174,3 @@
174 174  |mail.smtp.connectiontimeout {{version major="7" minor="0" patch="4" /}}|300000|SMTP Socket connection timeout value in milliseconds.
175 175  |mail.smtp.timeout {{version major="7" minor="0" patch="4" /}}|300000|SMTP Socket I/O timeout value in milliseconds.
176 176  {{/table}}
177 -
178 -== Workflow ==
179 -
180 -The following properties can be used to selectively enable or disable certain events or actions of the new workflow.
181 -
182 -The properties for events share the following pattern:
183 -
184 -{{code language="text"}}
185 -trigger.<technical_name_of_the_event>.enable=false
186 -{{/code}}
187 -
188 -The properties for actions share the following pattern:
189 -
190 -{{code language="text"}}
191 -processing.<technical_name_of_the_action>.enable=false
192 -{{/code}}
193 -
194 -The technical event names are as follows:
195 -
196 -* //fc_catch_error//: Workflow error
197 -* //fc_doi_verified//: Double opt-in confirmed
198 -* //fc_form_submit_button//: Technical name
199 -* //fc_invitation_error//: Invitation failed
200 -* //fc_invitation_sent//: Invitation sent
201 -* //fc_manual//: Custom
202 -* //fc_qualified_form_submit_button//: Submit button
203 -* //fc_state_timer//: After state change
204 -* //fc_time_point//: Date and time
205 -
206 -The technical action names are as follows:
207 -
208 -* //fc_change_form_availability//: Change availability
209 -* //fc_change_form_value//: Change form values
210 -* //fc_change_state//: Set state
211 -* //fc_compress_as_zip//: Compress files
212 -* //fc_copy_form_record//: Copy form record
213 -* //fc_counter//: Change counter
214 -* //fc_create_text_file//: Create text file
215 -* //fc_delete_form_record//: Delete form record
216 -* //fc_doi_init//: Send double opt-in email
217 -* //fc_email//: Email
218 -* //fc_empty//: Empty statement
219 -* //fc_experiment//: Handle errors
220 -* //fc_export_to_persistence//: Export to persistence file
221 -* //fc_export_to_xml//: Export as XML
222 -* //fc_fill_pdf//: Fill PDF document
223 -* //fc_fill_word//: Fill word document
224 -* //fc_import_form_value_from_xml//: Import from XML
225 -* //fc_ldap_query//: LDAP query
226 -* //fc_move_form_record_to_inbox//: Move to inbox
227 -* //fc_multiple_condition//: Condition (Check value)
228 -* //fc_post_request//: HTTP request
229 -* //fc_provide_resource//: Provide file
230 -* //fc_queue_task//: Queue custom event
231 -* //fc_redirect//: Redirect
232 -* //fc_renew_process_id//: Create new process ID
233 -* //fc_return//: Stop processing chain
234 -* //fc_return_file//: File download
235 -* //fc_save_to_file_system//: Save to file system
236 -* //fc_set_saved_flag//: Save
237 -* //fc_show_template//: HTML response page
238 -* //fc_sql_statement//: Database query
239 -* //fc_throw_exception//: Throw error
240 -* //fc_write_form_record_attributes//: Set server attribute
241 -* //sequence//: Block statement