Hi Nico,
> > How can I set a deadline to a task ahead its creation date and time?
>
> Is this not possible right now ? I cannot check the code right now,
> but I supposed this is either possible, or we should remove the check
> that prevents this.
There is a test at org.intalio.tempo.workflow.task.JPATaskTest who set
the priority using the task method setPriority and persists it.
Now, I can't find any test using deadline.
> > Is there a way to assign a priority to all task by default without
> > using the mapper?
>
> Right now, there is no way to update the metadata of a task. A new
> task is usually created, clone from the original one.
> If you want, you could easily contribute the code necessary to achieve
> that, this would be in the tms-server sub-project.
I would be glad to contribute any code, but I had this problem: I
can't use maven or the buildr, I can just use eclipse projects without
any connection, so I need all dependencies at hand. I just created a
project for ui-fw and add the libs from the compiled bundle. When
compiled the new JsonServlet (with getPriority,
getDeadline,getProcessID) it worked but the ui-fw app was a mess (I
just can see the portlet version).
> Bpel process would be the task management process. The reason behind
> this is simply because the bpel process is active, and would be aware
> of the deadline expiration and fire the proper event, while updating
> just the values, would update the content of the database, but nothing
> would happen if the deadline has expired.
>
I reviewed the reasign intalio designer project and found that there
is no deadline set but two timer events. I would like to fire events
from task properties that could be shown to customers, is it posible
at all?
I would like to give to all users the ability to see, sort and group
tasks by priority, deadline or process; to some power users the
ability to change the tasks' priority or dealine and also to reasing
them directly to a subordinate.
I am trying to know how tempo components work together and trying to
customize it to our needs. I didn't catch already the point when to
invoke tms (or tmp) or just modify and persist task metadata with Task
methods. Reading
http://www.intalio.org/confluence/display/TEMPO/TMS I
saw many methods of the class
org.intalio.tempo.workflow.tms.server.TMSRequestProcessor like
setPriority but can't find them implemented in the source code. Where
can I find what it is done and what is not?
I would like to contribute anything I can. I think that intalio is
great.
Best regards, thank you, jgilc