Hi, looking through metalink, I came across the following
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187735.1
"Can a workflow process be restarted from the point of failure? "
Yes, Wf_Engine.HandleError is designed for this.
When the cause of the error has been corrected, the HandleError
procedure can be called with the 'RETRY' option which will attempt
to re-execute the specified activity.
Comments, anyone? Anyone have any idea how to use the Wf_Engine.HandleError procedure??
Mark