[jboss-user] [jBPM] New message: "Re: how to get process state start and end date after completion of all its sub processes tasks"
Dominic Umbeer
do-not-reply at jboss.com
Wed Jan 27 07:41:16 EST 2010
User development,
A new message was posted in the thread "how to get process state start and end date after completion of all its sub processes tasks":
http://community.jboss.org/message/522498#522498
Author : Dominic Umbeer
Profile : http://community.jboss.org/people/homes
Message:
--------------------------------------------------------------
I'm not sure if you want a solution for jbpm 4, but I will explain it anyway.
The HistoryService is a service to get access to data of executions from the past. So you can find infos about start- and end-time of a finished process instances, e.g. The HistoryService is available within the jbpm.jar (not the service directly, only the classes ) .
In the code examples of jbpm 4 you will find an example to get access to the HistoryService.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522498#522498
More information about the jboss-user
mailing list