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!

