|
|
| |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_history(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_history(3) |
OpenXPKI::Server::API2::Plugin::Workflow::get_workflow_history
Returns an ArrayRef of HashRefs of the workflow history, ordered
by date:
[
{
workflow_hist_id => ...,
workflow_id => ...,
workflow_action => ...,
workflow_description => ...,
workflow_state => ...,
workflow_user => ...,
workflow_history_date => ...,
},
{
...
},
]
Parameters
- •
- "id" Int - workflow ID
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |