Approve new user
Hi,
I need to have configurator approver any new user that is being created in IDM. Inc ase the configurator does not approve in 24 hrs, it should be escalated to another administrator. To achieve the first step of configurator approving it, i tried the following:
<Action id='1' process='Configuration:Multi Approval'>
<Argument name='singleApprovalProcess' value='Approval'/>
<Argument name='approvers'>
<List>
<String>Configurator</String>
</List>
</Argument>
<Argument name='approvalForm' value='xxxx'/>
<Argument name='style' value='first'/>
<Argument name='approvalTemplate' value='Notify User'/>
</Action>
However this is not working. I am not sure what approvalForm i should be using as the process is create user and i'm using tabbed user form for that.
Can somebody point me in the right direction?
Thanks,

