Occasionally, you may find that an IdentityIQ workflow does not complete in the expected time, and may appear stuck. In this state, subsequently started workflows/tasks may fail to proceed.
There are several steps you can take to determine the cause or resolve the situation:
If the same WorkflowCase objects repeatedly fail to complete, consider re-implementing the object in a different way.
An alternative option is to terminate any orphaned tasks that may exist on the server. To do so:
Additionally if you want to troubleshoot why and where is it pending, you can also open workflowcase and go through the step it is at currently (check the currentStep id at the top level and search the workflow case with this id, this could be nested if the workflow calls other workflows internally).