I am using Aveksa 6.8.1 and i'm trying to delete the technical roles, which works like business roles. The workflow is set to Fulfill the changes automatically. The resulting request complete but the actual role stays in "Applied Deleted state"
I am using Aveksa 6.8.1 and i'm trying to delete the technical roles, which works like business roles. The workflow is set to Fulfill the changes automatically. The resulting request complete but the actual role stays in "Applied Deleted state"
Hi Pawel,
If it is waiting for verification, it surely due to your configuration within your fulfillment workflow. Can you share a screenshot of your workflow configuration?
On my side, the request is already completed but the roles are still on the GUI, with an "Applied State".
My workflow config doesn't have a verification node configured.
armel lupapi
076 920 8549
armell@puleng.co.za<mailto:armell@puleng.co.za>
011 205 4300 | info@puleng.co.za<mailto:info@puleng.co.za> | www.puleng.co.za<http://www.puleng.co.za>
Email Disclaimer<http://www.puleng.co.za/disclaimer> This e-mail and any files transmitted with it are confidential and intended for the use of the individual or entity to whom they are addressed. To read the disclaimer click on the link below.
Hi Armel,
i am aware of this issue, it was a bug that was fixed in 6.9.1 P07, not sure if the fix was backported to 6.8.1.
but if the change request has been completed successfully, you can manually change the status of this Role to committed, look at the below steps:
Select * from T_AV_ROLEVERSIONS; -- to find the Role_ID
update T_AV_ROLEVERSIONS set State='R' where Role_ID='XXX'; -- to change the state to committed
commit;
Armel, I'm facing the same issue. Any idea how to solve it ?? Request status says that it is waiting for verification, but nothing is happening.