1 Reply Latest reply on Mar 1, 2010 2:42 PM by kukeltje

    How to skip an Activity?

    yogitabartake

      I am trying to skip an activity through my application where I am getting an error. I tried the following but its giving an error.

       

      ProcessInstance procIns = executionService.findProcessInstanceById( id) ;

      ExecutionImpl excImpl = (ExecutionImpl)procIns ;

       

      excImpl.proceed();

       

      Can anyone plz help me with some other way?

      What is skipInterceptor and retryInterceptor? How can I use it for my requirement?

       

      Thanks for any answer