|  |  
 |   |   
 NAMEOpenXPKI::Server::API2::Plugin::Workflow::get_workflow_info COMMANDSget_workflow_infoQuerys workflow engine and workflow config for the given workflow and returns a HashRef with informations:     {
        workflow => {
            type        => ...,
            id          => ...,
            state       => ...,
            label       => ...,
            description => ...,
            last_update => ...,
            proc_state  => ...,
            count_try   => ...,
            wake_up_at  => ...,
            reap_at     => ...,
            archive_at  => ...,
            context     => { ... },
            attribute   => { ... },   # only if "with_attributes => 1"
        },
        # only if "with_ui_info => 1":
        handles  => [ ... ],
        activity => { ... },
        state => {
            button => { ... },
            option => [ ... ],
            output => [ ... ],
        },
    }
Parameters 
 Changes compared to API v1: 
 
 
 |