Hi Debal, Above query gave results to me but not those results which recently got failed for me. and those are still in instances only. because, I have unchecked the handler advance from my process step. I am completing that particular step from the code if my api is successful otherwise I am not co...
I have unchecked handler advance of one of my process step. I started my flow and my process step got failed due to third party api that I am using is down. Since I unchecked the handler advance so workflow didn't proceed further and it is in instances only. Now I have to retry this particular step ...
Thank u for your support Debal.One query : If I have checked handler advance for one of my process step that is failing,,then it is going in archive with the failed comment. And If I don't check handler advance,,then it is there in instances till one step back of failed step . My failed step is not...
Actually what is happening,, When everything is going smooth like every step is going in success then I am getting node under workItem in crx, but if any of the process step fails due to service down or something then in that case I am not getting any node under workItem in crx.
Hi, getResolver is the custom interface object and getWorkflowServiceResolver is the method@Overridepublic ResourceResolver getWorkflowServiceResolver() throws LoginException { return getResourceResolver("fmcc-workflow");}private ResourceResolver getResourceResolver(final String subServiceName) t...
Yes using servlet and session I am getting from service user : workflowSession = getResolver.getWorkflowServiceResolver().adaptTo(WorkflowSession.class);