Hello,
I have a workflow for a specific kind of user creation and I want the initiator to be able to approve the final step.
The user is created during the first part of the process, then the initiator have to configure some custom permission that I cannot script. I want the initiator to approve the final step wich is an email to the new user validating his new access. That mean he needs to be able to approve himself manually.
I tried with the %adm-initiatorDN% in the $context.sendforapproval but the approbator list is empty, I guess it's because it's himself.
So is my conclusion right and we don't have that option? Or maye is there another way to approve yourself manually?
Thanks