GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Activity::Tools::Notify(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::Notify(3)

OpenXPKI::Server::Workflow::Activity::Tools::Notify

Trigger notifications using the configured notification backends.

The workflow context is used to persist information from the handlers over mulitple workflow steps. This is required e.g. with the RT/ServiceNow backend to hold the session/ticket reference or to hold the receipient information for emails. You must turn off this behaviour if you do e.g. bulk notifications to multiple receipients from one worklflow!

message
The name of the message template to use.
target_key
The context key to use for the persister, default is wfl_notify.

Set this to an empty string to turn of persistance - this is required if you want to communicate with different tickets/receipients during the workflow, as it is the case e.g. when doing bulk notifications.

To make arbitrary values available in the templates, you can specify additional parameters to be mapped into the notififer:

    send_notification:
        class: OpenXPKI::Server::Workflow::Activity::Tools::Notify
        param:
            _map_notify_to: $value_from_context
            fixed_value: This can be used in the template as I<data.fixed_value>
            message: cert_expiry
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.