... |
... |
@@ -95,7 +95,7 @@ |
95 |
95 |
==== Global plugin configuration overrides ==== |
96 |
96 |
|
97 |
97 |
; Throw hard exception if action fails |
98 |
|
-: Controls the behavior when the workflow action fails, i.e. when the message could not be sent to the Postkorb. When this option is activated, an exception is thrown, which aborts the workflow processing and returns an error page to the user. You can use the [[error handling settings>>doc:Formcycle.FormDesigner.Workflow.ErrorHandling]] to control that behavior. Otherwise, when this option is deactivated, the Postkorb action is always successful and return an appropriate status code that indicates whether the message could be sent (see below). In that case you can use [[workflow conditions>>doc:Formcycle.FormDesigner.Workflow.LegacyWorkflow.ActionConditions]] in combination with action result variables to check the status code and act accordingly. |
|
98 |
+: Controls the behavior when the workflow action fails, i.e. when the message could not be sent to the Postkorb. When this option is activated, an exception is thrown, which aborts the workflow processing and returns an error page to the user. You can use the [[error handling settings>>doc:Formcycle.Designer.Workflow.ErrorHandling]] to control that behavior. Otherwise, when this option is deactivated, the Postkorb action is always successful and return an appropriate status code that indicates whether the message could be sent (see below). In that case you can use [[workflow conditions>>doc:Formcycle.Designer.Workflow.LegacyWorkflow.ActionConditions]] in combination with action result variables to check the status code and act accordingly. |
99 |
99 |
; Service ID (BIS) |
100 |
100 |
: Lets you override the global value configured in the plugin settings, if neccessary. See the //Service ID (BIS)// option in the plugin configuration for more details. |
101 |
101 |
; Message thread ID prefix |