[jboss-user] [jBPM] New message: "How to skip an Activity?"
Yogita Bartake
do-not-reply at jboss.com
Mon Mar 1 06:49:15 EST 2010
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
More information about the jboss-user
mailing list