|
|
| |
OpenXPKI::Server::Workflow::Activity::Tools::StringToArray(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::Tools::StringToArray(3) |
OpenXPKI::Server::Workflow::Activity::Tools::StringToArray
Trigger notifications using the configured notifcation backends.
Specifiy the name of the message template to send using the message
parameter.
To make arbitrary value available for the templates, you can specify additional
parameters to be mapped into the notififer. Example:
<action name="I18N_OPENXPKI_WF_ACTION_TEST_NOTIFY1"
class="OpenXPKI::Server::Workflow::Activity::Tools::Notify"
message="csr_created"
_map_fixed_value="a fixed value"
_map_from_context="$my_context_key">
</action>
The _map_ prefix is stripped, the remainder is used as key.
Values starting with a $ sign are interpreted as context keys.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |