UNlock Funcctinality
I need Help In Unlock feature Its not working correctly to me. Suppose . Account XXXX was locked for exceeding login password attempts limit
( We Set if exceeds 3 login attempts User Should be locked) .
And I logged on As
Logged on as Admin to unlock. Right clicked on XXXX account and selected Unlock and nothing happened.
Selected XXXX and clicked Enable and this unlocked account.
I am Showing the code might be I did any Mistake in
<Activity id='3' name='Authorize'>
<Variable name='WF_ACTION_ERROR'/>
<Action id='0' application='com.waveset.session.WorkflowServices'>
<Argument name='op' value='authorize'/>
<Argument name='type' value='User'/>
<Argument name='right' value='Unlock'/>
<Argument name='name' value='$(accountId)'/>
<Argument name='action' value='unlock'/>
</Action>
<Transition to='end'>
<ref>WF_ACTION_ERROR</ref>
</Transition>
<Transition to='Unlock'/>
<WorkflowEditor x='213' y='158'/>
</Activity>
<Activity id='4' name='Unlock'>
<Variable name='WF_ACTION_ERROR'/>
<Action id='0'>
<Argument name='op' value='reProvision'/>
<Argument name='accountId' value='$(accountId)'/>
<Argument name='authorized' value='true'/>
<Argument name='options' value='$(options)'/>
<Return from='applicationError' to='applicationError'/>
<SubProcess>
<ObjectRef type='Configuration'>

