A simple utility condition that returns true if the the current user (caller)
is the step owner.
This condition may be used to deny the owner of the step by negating the
condition in the workflow descriptor with negate='true' .
Looks at ALL current steps unless a step id is given in the optional argument
"stepId".
The implementation was originally contained in AllowOwnerOfStepCondition by
Pat Lightbody.
author: Pat Lightbody (original author: implementation) author: Adam Southall (refactored author: owner conditions to use this generic class. |