|
NAMEOpenXPKI::Server::API2::Plugin::Workflow::get_workflow_base_info COMMANDSget_workflow_base_infoQuerys 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
|