Search 800 + Posts

May 4, 2009

How to Skip/Retry Workflow.

Oracle workflow engine provide wf_engine API to SKIP/Retry workflow activity

Below is example how we do it in Oracle Order Management.
wf_engine.handleerror('OEOL',TO_CHAR(LINE_ID),activity_label,RETRY,NULL)

wf_engine.handleerror('OEOL',TO_CHAR(LINE_ID),activity_label,SKIP,NULL)

No comments:

Post a Comment