Overview

This Condition evaluates if current user is granted for a Global Permission.

Edit and View Parameters

It is possible to select one of available Global Permissions.

When defined, the condition will be configured to evaluate if current user is granted for the selected Global Permission.

XML Declaration

The Condition configuration may be done in XML in Worflow descriptor as follow :

<condition type="class">
	<arg name="class.name">fr.alkaes.myaa.workflow.condition.GlobalPermissionCondition</arg>
	<arg name="permission">GlobalPermissionKey</arg>
</condition>

The GlobalPermissionKey  has to be replaced by the wanted Global Permission Key.

Workflow  Condition on Global Permissions

On this page: