cancel
Showing results for 
Search instead for 
Did you mean: 

Create a single task outside a process

jlinderoth
Champ in-the-making
Champ in-the-making
Hi! Im wondering if there is possible to create a single task that is not attached to a process? And if it is possible, how do I do that?  :?:



Thanks for the help!
4 REPLIES 4

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Look at the api, that is ALWAYS the first thing to do, read the documentation, search the forum (either with google or not)

jlinderoth
Champ in-the-making
Champ in-the-making
Thanks, Ive already tried that. So I presume that you do not know how to make a single task outside a process?

If I read the documentation Manual Task is the only thing that seems to be something that looks like something that I can use, but still havent found anything how thoose can be used without a process connected to them.

Or can it be that Activiti does not support the creation of a single task outside a process?

prace
Champ in-the-making
Champ in-the-making
hi,

look at the activiti explorer. in the request Tab. On the upper Right the is a "New Task" button. I guess that is what you are looking for.
Look at the source of the explorer webapp to find the correct api call, since i don't know it too …

greets, peter

jlinderoth
Champ in-the-making
Champ in-the-making
Thanks Peter! I will try that Smiley Happy