I have a situation in which a Form will sit in a user's Forms Tasks inbox, but if something happens in another database/application, I want the Form to disappear from their Inbox automatically. The only way this could happen is if Forms somehow receives that event. I know I can do a parallel branch in Forms so that at the same time that User Task starts, a Workflow starts which is monitoring that database periodically. I wondered if I could somehow have that Workflow "end" when the condition is satisfied and then send a variable up to the Form that would cause it to leave that User's Tasks, but I doubt it.
Any thoughts?