Share all details about your problem, including any error messages you may have received.
I have a Form, QuickLink and Workflow. I have attached them. My problem statement is:
Deprovision User Account
I will like to have a Quicklink displayed under Manage Access
Name of the quick link should be Account Deprovisioning
Click on Account Deprovision to request the account that needs to be deprovisioned (A search box to query for account name)
On the form you should have Normal account disable button, Emergency account disable button, Temporary disable
All disabling process should require a reason (text box)
Once submitted normal account disable, then it should go through multiple approval process (Manager, Application Owner, Security Officer)
If there is a rejection, there should be a reason (text box)
I have worked on the forms and workflows. I had success executing the workflow, but without doing it from the form. Now, my problem is: when I click on the QuickLink it is asking me to select identities and once I select an identity it is just flashing the form for a moment and coming back to the ‘select identities’ page. I have no way to access and deprovision users from the form and eventually through the workflow. I am not even sure, if the workflow is doing what is needed in my problem statement.
I re-worked on the form, quicklink and workflow. I wasn’t sure of how to put de-provision logic in the workflow and implement provisioning plan. in the attached files. I was able to put the plan and implement de-provisioning. However, the workflow is continuously executing without any response. Can you please help me as to where I am doing wrong.
After reviewing your issue regarding quicklink I think you need to check your form approval step in workflow confirm owner value should be correct one and not something like spadmin. Sample code for form step is given below:-
My actual requirement is as below:
lets forget about the previous workflow..it seems that in my case the lcm type of provisioning does not seem to work and I might actually be looking for a more simpler option.
Let me rephrase the requirement..
“Deprovision User Account”
I would like to have a Quicklink displayed under Manage Access
Name of the quick link should be Account Deprovisioning
when I click on Click on Account Deprovision QUicklink to request the account that needs to be deprovisioned (A search box to query for account name) should be displayed in the Form.
On the form I should have Normal account disable button, Emergency account disable button, Temporary disable button
All disabling process should require a reason (text box)
Once submitted normal account disable, then it should go through multiple approval process (Manager, Application Owner, Security Officer)
If there is a rejection, there should be a reason (text box)
else if approved by all parties Manager, Application Owner and security officer the identity should be disabled permanently for normal account disable, based on what is chosen in the form and emergency disable based on what is chosen in the form, and a temporary disable which should disable temporarily for 2 weeks once again based on what is chosen in the form.
The Workflow is executing as a success. But when I look at the workflow logs. This is what I have:
2025-07-21T00:28:30,700 ERROR http-nio-8080-exec-8 WorkflowLogger:166 - Prepare Deprovisioning Request: Cannot resolve identity. Aborting.
2025-07-21T00:28:30,771 ERROR http-nio-8080-exec-8 WorkflowLogger:166 - Provisioning failed for identity: null, null
java.lang.NullPointerException: null
at sailpoint.api.Provisioner.execute(Provisioner.java:1643) ~[identityiq.jar:8.1 Build 8cbeb0e-20200220-143938]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
Basically, this part of the Workflow Config is not receiving an identity to de-provisiong:
Prepare Deprovisioning Request: Cannot resolve identity. Aborting.
2025-07-21T00:28:30,771 ERROR http-nio-8080-exec-8 WorkflowLogger:166 - Provisioning failed for identity: null, null
java.lang.NullPointerException: null
I am not able to pass the identity through a form since, after clicking on the QuickLink the control is bypassing the form and executing the Workflow without picking up the identity which is what I am supposed to do. Can you help fix this issue! I am not an expert. Just a mid level developer.
the version of the workflow which you are referring to never worked. It kept on executing. May be you are right. What do you suggest the owner value to be other than spadmin?
I even made sure all the variables are initialized to dummy values to make sure the workflow executes. but I still get the same error in logs:
2025-07-21T02:00:27,044 ERROR http-nio-8080-exec-7 WorkflowLogger:166 - Provisioning failed for identity: null, null
java.lang.NullPointerException: null