GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Client::UI::Workflow::Init(3) User Contributed Perl Documentation OpenXPKI::Client::UI::Workflow::Init(3)

Requires parameter wf_type and shows the intro page of the workflow. The headline is the value of type followed by an intro text as given as workflow description. At the end of the page a button names "start" is shown.

This is usually used to start a workflow from the menu or link, e.g.

    workflow!index!wf_type!change_metadata

Same as init_index but directly creates the workflow and displays the result of the initial action. Normal workflows will result in a redirect using the workflow id, volatile workflows are displayed directly. This works only with workflows that do not require any initial parameters.

Requires parameter wf_id which is the id of an existing workflow. It loads the workflow at the current state and tries to render it using the __render_from_workflow method. In states with multiple actions wf_action can be set to select one of them. If those arguments are not set from the CGI environment, they can be passed as method arguments.

Requires parameter wf_id which is the id of an existing workflow. Shows the context as plain key/value pairs - usually called in a popup.

Requires parameter wf_id which is the id of an existing workflow. Shows the assigned attributes as plain key/value pairs - usually called in a popup.

Requires parameter wf_id which is the id of an existing workflow. It loads the process information to be displayed in a modal popup, used mainly from the workflow search / result lists.

Render form for the workflow search. #TODO: Preset parameters

Load the result of a query, based on a query id and paging information

Like init_result but send the data as CSV download, default limit is 500!

Similar to init_result but returns only the data portion of the table as partial result.

Render the history as grid view (state/action/user/time)

Filter workflows where the current user is the creator, similar to workflow search.

Outstanding tasks, filter definitions are read from the uicontrol file

Load and display the technical log file of the workflow

Expects a hash that defines a workflow query and output rules for a tasklist as defined in the uicontrol section.

2025-07-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.