User development,
A new message was posted in the thread "How to skip an Activity?":
http://community.jboss.org/message/529114#529114
Author : Yogita Bartake
Profile :
http://community.jboss.org/people/YogitaBartake
Message:
--------------------------------------------------------------
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();
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529114#529114