Re: Workflow not starting
Posted by ErmanArslansOracleBlog on May 27, 2015; 10:33am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Workflow-not-starting-tp364p366.html
If it is 12.2, recreate the queue as mentined in "Workflow Services Are Not Starting, Error "BES system could not establish connection to the control queue after 180 seconds" (Doc ID 1663093.1)"
1. Stop the Concurrent Managers.
2. Drop/Recreate queue WF_CONTROL:
sqlplus apps/<apps_pwd> @$FND_TOP/patch/115/sql/wfctqrec.sql APPLSYS <applsys_pwd>
3. Start the Concurrent Managers.
4. Verify the issue.