views:

7

answers:

0

Hi all:

I'm having trouble predicting when a workflow will start creating task.

Basically, I needed to merge the newly created workflow task with an older version of the same task (which I have easy access to). Since the application in which I'm performing this process in is relatively long, I've placed the process which would create the new workflow tasks at the start of the application, and the merging part towards the end of it. This is only a temporary solution until I find something much more reliable.

Problem now, is how do I predict when the workflow task will be created? Is there a thread or something which I can temporarily pause or kick off? I'm trying to avoid using an infinite loop, since if anything goes wrong the application will get stuck.

TIA.