Quantcast
Channel: SCN : Popular Discussions - SAP Business Process Automation by Redwood
Viewing all articles
Browse latest Browse all 1466

Redwood script to close or change the execution status of a Process queue

$
0
0


Trying to run a Rewwood script to close or change the exection status of a Process quqe. I follow the instrucion in  the Administration Guide, but script is not work. No failure, just not working

 

Here's my script:

 

{

  // get the queue

  Queue aQ = jcsSession.getQueueByName("ECC_Queue_TEMP");

  // check to see if the queue is open

  if (aQ.isOpen())

     {

          //hold the queue

          aQ.hold();

          jcsSession.persist();

     }

}

 

 

Please review & assist Thanks


Viewing all articles
Browse latest Browse all 1466

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>