[jboss-user] [JBoss jBPM] - Setting the start date

caron@sadalbari.com do-not-reply at jboss.com
Thu Oct 30 09:55:52 EDT 2008


Hi,

We are busy implementing jbpm.  

In order to migrate historic data, I have written code to create the tasks, start the task and then end the task.  This is working well except I now want to set the start date and end date on the taskInstance to my own dates.

However, if I look at the code in org.jbpm.taskmgmt.exe.TaskInstance setStart sets the date to null.


  |  public void setStart(Date date) {	
  | 	  start = null;
  |   }
  | 

I am using version 3.2.3.

Does anyone know how I can set the start date?

Thanks in advance.
Caron

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185729#4185729

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185729



More information about the jboss-user mailing list