Posted: Fri Oct 14, 2005 1:25 am Post subject: Re running Automatic Workitems
Newbie
Joined: 14 Oct 2005 Posts: 4
Hi,
I would like to know ,how can we re-run the automated workitems in workflow which failed completion the first time due to various factors like (application database being down at the time these workitem got triggered etc)
I have these workitems getting triggeres automatically through PEA on an AIX box where i am running my PEA.
At present only option for me is to login to the Workflow client and run these activities manually.
Or is there a way i can write a Shell/BAT file on running that file i can complete these failed workitems.
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
Automatic activities only run automatically when the workitem is created. If you need to re-run an automatic activity immediately after it fails, put it in a Block and have the block fail the exit condition.
You can most definitely use the API to start() the workitem again also if that is what you want. _________________ John McDonald
RETIRED
Thanks John McDonald i have written a java Application using the start API and have deployed it in my AIX box where my PEA is runninng.Now i can run this application whenever there is a failure.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum