[jboss-user] [jBPM] New message: "Re: [jBPm 4.1] - How to find a exeuction is ended or not"
Mike Burton
do-not-reply at jboss.com
Tue Mar 9 16:30:14 EST 2010
User development,
A new message was posted in the thread "[jBPm 4.1] - How to find a exeuction is ended or not":
http://community.jboss.org/message/530883#530883
Author : Mike Burton
Profile : http://community.jboss.org/people/mike_burton
Message:
--------------------------------------------------------------
ProcessInstance p = getExecutionService().createProcessInstanceQuery().processInstanceId(processInstanceID).uniqueResultSet();
if (p.isEnded()){
//
}
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/530883#530883
More information about the jboss-user
mailing list