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::SetContextHash(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::SetContextHash(3)

OpenXPKI::Server::Workflow::Activity::Tools::SetContextHash

Similar to SetContext but maps parameters from the activity definition into a hash in the context. Any existing value in target_key will be overwritten. See UpdateContextHash to merge old and new values.

    class: OpenXPKI::Server::Workflow::Activity::Tools::SetContextHash
    param:
       target_key: name_of_the_hash
       key1: value1
       key2: value2

This will create a single context item with key "name_of_the_hash" with a hash as value. The hash has the keys key1 and key2 with the appropiate value. You can use the _map syntax for each key/value pair, values are added if there are defined (but can be empty).

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.