06-10-2008 01:56 PM
taskInstance.actorId
06-10-2008 02:36 PM
06-11-2008 03:48 AM
A priori, j'ai envie de répondre : de la même manière.
Mais je suppose que vous avez déjà testé…
Avec un contexte, un exemple de code, la réponse sera surement plus précise.
Cordialement,
Charles Le Seac'h
taskInstance.actorId
. En ce qui me concerne, je préfèrerais la premère méthode.<action class="org.alfresco.community.repo.workflow.jbpm.SendMail">
<actor>#{taskInstance.actorId}</actor>
<status>rejected</status>
</action>
06-12-2008 12:53 AM
06-13-2008 02:00 AM
Je crois que ce que vous cherchez à faire est expliqué ici :
http://docs.jboss.com/jbpm/v3/gpd/completing.html
Une fois le principe JBPM compris, vous pourrez étudier sa mise en oeuvre dans Alfresco
Cordialement,
Charles Le Seac'h
06-13-2008 03:50 AM
protected void initialiseHandler(BeanFactory p_fc) {
this.factory = p_fc;
AuthenticationService authService = (AuthenticationService)factory.getBean("authenticationService");
authService.getCurrentUserName();
}
06-16-2008 08:43 AM
Essaye comme cela :protected void initialiseHandler(BeanFactory p_fc) {
this.factory = p_fc;
AuthenticationService authService = (AuthenticationService)factory.getBean("authenticationService");
authService.getCurrentUserName();
}
06-19-2008 05:51 PM
06-20-2008 10:25 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.