JBoss Community

Re: Can we set timezone for jbpm humantask

created by Maciej Swiderski in jBPM - View the full discussion

I think that the issue is with hibernate which always converts the date object into local (set on jvm) time zone before persisting it. For now you could make use of event listeners that are triggered on various situations (task added, claimed, completed, etc) So you could use this mechanism to extend default behavior and add required data. Next use event tables for queries - as I would call it some sort of reports.

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community