Form not closing

I have workflow task which opens a form. After the valuse in the form are saved it should trigger next task of sending mail notification with the values.

The problem I am facing is it opens the form, I enter the text save it --

but it's not sending any notification. Now I checked the task and it shows -

Start --> Open Form --> Testing Form -->End Open Form-->notification-->end

Where it shows red on testing form and black on subsequent tasks. Below is the activity on workflow which I think is not going through......

<Activity id='1' name='Open Form F'>

<ManualAction id='0' name='Testing Form F'>

<Owner>

<ref>WF_CASE_OWNER</ref>

</Owner>

<FormRef>

<ObjectRef type='UserForm' id='#ID#2CEC5ABD68FF539B:-4D778E4:10CEEAEE1D9:-7EEC' name='Form-F'/>

</FormRef>

</ManualAction>

<Transition to='notification'/>

<WorkflowEditor x='152' y='117'/>

</Activity>

Any idea ? what am I missing..?

[1373 byte] By [IdmUser] at [2007-11-26 9:28:14]
# 1

Even I removed notification task also. The task shows suspended when I check the task status through admin interface. After selecting the task it shows Tsting Form Red (which means active process) and "end open form" as black (means inactive process yet). So what's holding in that form/task that it's not passing through?

IdmUser at 2007-7-7 0:09:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Did u ever solve that problem. I have same problem. If you have solution, will you please share in the form.Thanks in advance-S-
smokkala at 2007-7-7 0:09:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Seems like you have 2 forms in 2 manual actions: 'Open Form' and 'Test Form'.. is it?Just making sure, do you have 'Synchronous Execution' checked on the 1st one and not on the last one?Adi.
adimut at 2007-7-7 0:09:21 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
You need to set :complete to true when submitting the form of a manual action. Otherwise the workflow will not move to the next step.
chits98 at 2007-7-7 0:09:21 > top of Java-index,Web & Directory Servers,Directory Servers...