cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the endEvent From?

wliang_bj
Champ on-the-rise
Champ on-the-rise
hi: everyone

i'm a new guy.
I see the formService can getRenderedTaskForm and getRenderedStartForm.

My question is :
Can I set a form for endEvent like this <endEvent id="end" name="The End" activiti:formKey="end.form"></endEvent>
and how can I getRenderedEndForm like taskFom and startForm above, because I need to review the process instance with external form.

thanks a lot.

                    wliang_bj
5 REPLIES 5

frederikherema1
Star Contributor
Star Contributor
An end-event requires NO user-input and therefor cannot contain a form…

wliang_bj
Champ on-the-rise
Champ on-the-rise
ok,friend!
My target is to display the whole process detail after the process finished.
and I want the format can be define as an external form like startform and taskform of the activiti already used.
would you give me some suggestion?

An end-event requires NO user-input and therefor cannot contain a form…

wliang_bj
Champ on-the-rise
Champ on-the-rise
frederikheremans
I think end-event is some time like start-event.
you see
start event has user-input ,but no history user-input.
task  event can view starter-input and previos input,current input is left as blank.
so, my suggestion is can we make end-event can view all users' input, and no current input.
I'd like to realize it with the method like start form and task form.
so, I need your help.

An end-event requires NO user-input and therefor cannot contain a form…

trademak
Star Contributor
Star Contributor
Hi,

When you want to provide some kind of overview page when the process has ended, you'll need to implement this yourself using the history service interface of Activiti.
Like Frederik already explained, we won't support a form on an end event.

Best regards,

wliang_bj
Champ on-the-rise
Champ on-the-rise
ok, I will consider to implement it by myself.
do you think that is a useful requrement.
I wish activiti can support this function in the later versions.


Hi,

When you want to provide some kind of overview page when the process has ended, you'll need to implement this yourself using the history service interface of Activiti.
Like Frederik already explained, we won't support a form on an end event.

Best regards,