|
NameOpenXPKI::Server::Workflow::Activity::Tools::ApproveDescriptionStore approvals as a serialized array. This allows for easy evaluation of needed approvals in OpenXPKI::Server::Workflow::Condition::Approved.The activity has several operational modes, that are determined by the mode parameter. Session Based ApprovalThis is the default mode, it adds the user and role from the current session to the list of approvals. Only one approval by the same user is allowed, if the action is called by the same user mutliple times, the activity will not update the list of approvals.If you set the mutli_role_approval parameter to a true value, a user can approve one time with each role he can impersonate. Generated ApprovalAdds the information passed via the comment parameter as approval. Note that there is no duplicate check like in the session approval, if you call this multiple times you will end up with multiple valid approvals.The comment is mandatory, if not given the action will exit with a workflow configuration error. ConfigurationActivity Parameters
Context Parameters
Visit the GSP FreeBSD Man Page Interface. |