Sunday, 12 October 2014

Submit Workflow from backend

Submit OEOH or OEOL (OM Header or line workflow) from database


BEGIN
wf_engine.Background (itemtype=>'OEOH', -- ‘OEOL’
                      minthreshold => NULL,
                      maxthreshold => NULL,
                      process_deferred => TRUE,
                      process_timeout=> FALSE,
                      process_stuck => NULL);
END;

No comments:

Post a Comment