|
|
| |
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!
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |