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

OpenXPKI::Server::Workflow::Activity::Tools::CopyContextFromWorkflow

Copy context parameters from another workflow - uses direct database access and therefore works only with the default persister!

    class: OpenXPKI::Server::Workflow::Activity::Tools::CopyContextFromWorkflow
    param:
       workflow_id: 12345
       no_acl: 1
       this_context_key: other_context_key
       this_second_context_key: other_context_second_key

This will create two new context items this_context_key and this_second_context_key with the values of other_context_key and other_context_second_key from Workflow 12345.

Those named parameters are used to control the behaviour of the class, all other parameters are used as part of the map to be copied.
workflow_id
Id of the workflow to retrieve the context items from.
no_acl (not implemented yet!)
Weather to use ACL checks or not, reserved for later use - no acl check are done!
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.