Ok. Here is my current config.
accountDeprovisionWorkflow.xml (5.3 KB)
accountDeprovisionForm_withButtons.xml (1.2 KB)
accountDeprovisionQuickLink.xml (785 Bytes)
When I launch the QuickLink attached it is not going to the Form attached. And Executing the Workflow Directly without any input.
Here is the Screenshot:-
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.
Regards,
Suresh
