‎2008 Feb 19 8:32 AM
Hi,
How to check that work flow is already triggered by some one else and is not completed yet?? is there any system table where field will get updated or something like that?
Thanks.
‎2008 Feb 19 8:39 AM
‎2008 Feb 19 8:39 AM
‎2008 Feb 19 8:41 AM
Hi
You can navigate directly from the business object to check the workflow progress. For example, while viewing a purchase order you can select "workflow" from the system menu or toolbar and you will see a list of workflows related to the purchase order. Usually just one, but if you have created a few of your own and these have been triggered you will see the status of these too. And that is not all. You also see a simplified summary of all the steps that have taken place so far including who performed them, when they were executed and which ad hoc notes were attached.
One more method is u can navigate via
Tools -> Business Workflow -> Development -> Utilities -> Automatic Workflow Customizing to check the current status of workflow customizing.
Thanks
Vasudha
Edited by: Vasudha L on Feb 19, 2008 9:43 AM
‎2008 Feb 19 8:49 AM
1) You can also use SWUD transaction to see log of workflow.
2) Go to the transaction SWI2_FREQ and find out the status of the wf.
Or 3) See the workitem details and how much it has been executed in SWi1
Regs