Which IIQ version are you inquiring about?
8.4
Hii
Few Tasks that are present in task result page stuck for long time even though we try to terminate it from the admin console page, or in the task result page, what is the reason and how we can terminate it from its running state to terminate or cancelled state.
Thankyou!!
Hi @Akhila_2001
Did you Try stopping the server and restarting it again?
Hii @uditsahntl01
Yes, i tried to restart my server and checked the status of the tasks but it is still in running state
1 Like
Hi @Akhila_2001 ,
If the task is associated to an identity (for example, an access request, refresh identity, terminateā¦) try deleting the corresponding WorkflowCase from the debug page (search by the userName of the identity or even the displayName).
Just deleting the taskResult object wonāt really do anything, but with the WorkflowCase everything running in the background related to that process will end.
1 Like
Hii @angelborrego it is working thanks for the response.
Hi @Akhila_2001 ,
To terminate the long pending task, navigate to the Debug page, open the task results that have been stuck for a long time, and manually update the completedDate and completionStatus fields in the task result.
completed="1751636704926" completionStatus="Terminated"

1 Like