Send TaskDefinition to Background

Hi,

I am using the following code to send a customized TaskDefinition to Background.

<Activity name="Send To Background">

<ManualAction id="0" timeout="-1" hidden="true" itemType="suspend">

<Owner name="$(WF_CASE_OWNER)"/>

</ManualAction>

<Transition to="Send Request Submission Email"/>

</Activity>

It works fine in terms of putting the Task in background. But it will always displays a "Approval Edit" Form to the end user. The page displays all the workflow variables and gives user options to either "Save" or "Cancel" the edit. Even if the user doesn't do anything (neither "Save" nor "Cancel"), the Task will continue executing as usual.

Does anyone know how to eliminate the display of this page after sending the TaskDefinition to the Background? Or are there other options to send a task to execute in the background?

Please reply to me directly. Thanks in advance!

[981 byte] By [XiaofangLi] at [2007-11-26 7:04:56]
# 1
Create a blank form, then assign that form to the manual action.You may have to disable all auto buttons in the form.You can also add your own text to blank form, like "you will receive once your task is complete".
lnomad at 2007-7-6 15:50:17 > top of Java-index,Web & Directory Servers,Directory Servers...