|
|
| |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_base_info(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_base_info(3) |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_base_info
Querys workflow config for the given workflow type and returns a HashRef
with informations:
{
workflow => {
type => ...,
id => ...,
state => ...,
label => ...,
description => ...,
},
activity => { ... },
state => {
button => { ... },
option => [ ... ],
output => [ ... ],
},
}
}
Parameters
- •
- "type" Str - workflow type
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |