... |
... |
@@ -10,7 +10,7 @@ |
10 |
10 |
|
11 |
11 |
{{content/}} |
12 |
12 |
|
13 |
|
-This plugin implements the Porstkorb web service provided by regio iT. It adds a new [[workflow action>>doc:Formcycle.FormDesigner.Workflow.Actions.WebHome]] that lets you send messages to the Postkorb of the [[service portal>>https://servicekonto.nrw/]]. This plugin is subject to additional charge. |
|
13 |
+This plugin implements the Porstkorb web service provided by regio iT. It adds a new [[workflow action>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WebHome]] that lets you send messages to the Postkorb of the [[service portal>>https://servicekonto.nrw/]]. This plugin is subject to additional charge. |
14 |
14 |
|
15 |
15 |
You can install this plugin both as a system plugin as well as a client plugin. Once the plugin is installed, you (or an administrator) needs to configure the connection to the Postkorb web service. Once it is configured, you can start using the Postkorb workflow action. |
16 |
16 |
|
... |
... |
@@ -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.UserInterface.MyForms.WorkflowProcessing.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.UserInterface.MyForms.WorkflowProcessing.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.UserInterface.MyForms.WorkflowProcessing.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 |
... |
... |
@@ -208,10 +208,10 @@ |
208 |
208 |
; Proxy server password |
209 |
209 |
: The password, if neccessary, for connecting to the proxy server |
210 |
210 |
|
211 |
|
-== Changelog == |
|
211 |
+== Changelog |
212 |
212 |
|
213 |
213 |
This is a list of available version of this plugin and which changes took place in which version. |
214 |
214 |
|
215 |
|
-=== 1.0.0 === |
|
215 |
+=== 1.0.0 |
216 |
216 |
|
217 |
217 |
* Initial release |