Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Standalone Oracle Workflow processes does not always show up in status monitor results

user12005016May 11 2015 — edited May 11 2015

Hi.  I am building a Standalone Workflow that is having some odd behavior.  Sometimes in Status Monitor a launched process will show up when searching, and sometimes it does not.  I have tried several ways:

  1. When launching directly from Developer Studio, it always can be found when searching in Status Monitor.  No issues with this option.
  2. When launching from simple call from PL/SQL code in SQL Developer, at times it shows when searching in Status Monitor and sometimes it does not.  In the times it does not show up in Status Monitor, I am able to query the workflow tables (WF_ITEMS for example) and am able to see the ITEM_TYPE/ITEM_KEY combination that I am expecting. 
    1. Why would it show up in the tables but does not show up in Status Monitor?
    2. To make this even more puzzling, it seems as though when I make a change to the package that the workflow process is using (such as adding a DBMS_OUTPUT.PUT_LINE statement for debugging purposes), recompile, then go back to Status Monitor and search again for the same Workflow Type, some previous runs that not displaying before are now displaying in the search results.

Has anyone else had similar issues?

Thanks,
Maria Revels

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 8 2015
Added on May 11 2015
0 comments
530 views