Sunday, 26 April 2015

Query to find out the series of orchestration events for a given request.



Query to find out the series of orchestration events for a given request



select * from orchevents where processid = (select orchestration_process_id from request where request_key = 19957) order by orchorder

No comments:

Post a Comment