OpenXPKI::Server::Workflow::Condition::Approved
<action name="CreateCSR">
<condition name="Condition::Approved"
class="OpenXPKI::Server::Workflow::Condition::Approved">
<param name="role" value="RA Operator"/>
<param name="role" value="RA Operator"/>
<param name="role" value="Privacy Officer"/>
</condition> </action>
The condition checks if there are enough approvals to continue with the next
action/activity. The example shows the full available power of the class. You
need two RA Operator and one Privacy Officer approval to continue.
If you do not specify a role then the condition is always false.
Until now we do not specify any wildcard operators because this is a
potential security hole.