Condition is evaluated as True, if current user is the Issue's Reporter.
Similar as AllowOnlyReporter.
When defined, there is no special configuration.
The Condition configuration may be done in XML in Workflow descriptor as follow :
<condition type="class"> <arg name="class.name">com.atlassian.jira.workflow.condition.AllowReporter</arg> </condition>